Class: Aws::AccountAccess::Types::CreateApplicationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_arnString

The Amazon Resource Name (ARN) of the created application.

Returns:

  • (String)


108
109
110
111
112
# File 'gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb', line 108

class CreateApplicationResponse < Struct.new(
  :application_arn)
  SENSITIVE = []
  include Aws::Structure
end