Class: Aws::Types::UpdateApplicationResponse

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:



2352
2353
2354
# File 'sig/types.rbs', line 2352

def app_configs
  @app_configs
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


2349
2350
2351
# File 'sig/types.rbs', line 2349

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2353
2354
2355
# File 'sig/types.rbs', line 2353

def created_at
  @created_at
end

#data_sources::Array[Types::DataSource]

Returns the value of attribute data_sources.

Returns:



2350
2351
2352
# File 'sig/types.rbs', line 2350

def data_sources
  @data_sources
end

#iam_identity_center_optionsTypes::IamIdentityCenterOptions

Returns the value of attribute iam_identity_center_options.



2351
2352
2353
# File 'sig/types.rbs', line 2351

def iam_identity_center_options
  @iam_identity_center_options
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2347
2348
2349
# File 'sig/types.rbs', line 2347

def id
  @id
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


2354
2355
2356
# File 'sig/types.rbs', line 2354

def last_updated_at
  @last_updated_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2348
2349
2350
# File 'sig/types.rbs', line 2348

def name
  @name
end