Class: Aws::Types::UpdateApplicationRequest

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:



2341
2342
2343
# File 'sig/types.rbs', line 2341

def app_configs
  @app_configs
end

#data_sources::Array[Types::DataSource]

Returns the value of attribute data_sources.

Returns:



2340
2341
2342
# File 'sig/types.rbs', line 2340

def data_sources
  @data_sources
end

#iam_identity_center_optionsTypes::IamIdentityCenterOptionsInput

Returns the value of attribute iam_identity_center_options.



2342
2343
2344
# File 'sig/types.rbs', line 2342

def iam_identity_center_options
  @iam_identity_center_options
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2339
2340
2341
# File 'sig/types.rbs', line 2339

def id
  @id
end