Class: Aws::Types::CreateApplicationResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_configs::Array[Types::AppConfig]

Returns the value of attribute app_configs.

Returns:



485
486
487
# File 'sig/types.rbs', line 485

def app_configs
  @app_configs
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


482
483
484
# File 'sig/types.rbs', line 482

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


487
488
489
# File 'sig/types.rbs', line 487

def created_at
  @created_at
end

#data_sources::Array[Types::DataSource]

Returns the value of attribute data_sources.

Returns:



483
484
485
# File 'sig/types.rbs', line 483

def data_sources
  @data_sources
end

#iam_identity_center_optionsTypes::IamIdentityCenterOptions

Returns the value of attribute iam_identity_center_options.



484
485
486
# File 'sig/types.rbs', line 484

def iam_identity_center_options
  @iam_identity_center_options
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


480
481
482
# File 'sig/types.rbs', line 480

def id
  @id
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


488
489
490
# File 'sig/types.rbs', line 488

def kms_key_arn
  @kms_key_arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


481
482
483
# File 'sig/types.rbs', line 481

def name
  @name
end

#tag_list::Array[Types::Tag]

Returns the value of attribute tag_list.

Returns:



486
487
488
# File 'sig/types.rbs', line 486

def tag_list
  @tag_list
end