Class: Aws::Types::GetApplicationResponse

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:



1248
1249
1250
# File 'sig/types.rbs', line 1248

def app_configs
  @app_configs
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1242
1243
1244
# File 'sig/types.rbs', line 1242

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1249
1250
1251
# File 'sig/types.rbs', line 1249

def created_at
  @created_at
end

#data_sources::Array[Types::DataSource]

Returns the value of attribute data_sources.

Returns:



1247
1248
1249
# File 'sig/types.rbs', line 1247

def data_sources
  @data_sources
end

#endpoint::String

Returns the value of attribute endpoint.

Returns:

  • (::String)


1244
1245
1246
# File 'sig/types.rbs', line 1244

def endpoint
  @endpoint
end

#iam_identity_center_optionsTypes::IamIdentityCenterOptions

Returns the value of attribute iam_identity_center_options.



1246
1247
1248
# File 'sig/types.rbs', line 1246

def iam_identity_center_options
  @iam_identity_center_options
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1241
1242
1243
# File 'sig/types.rbs', line 1241

def id
  @id
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


1251
1252
1253
# File 'sig/types.rbs', line 1251

def kms_key_arn
  @kms_key_arn
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


1250
1251
1252
# File 'sig/types.rbs', line 1250

def last_updated_at
  @last_updated_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1243
1244
1245
# File 'sig/types.rbs', line 1243

def name
  @name
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "UPDATING", "DELETING", "ACTIVE", "FAILED")


1245
1246
1247
# File 'sig/types.rbs', line 1245

def status
  @status
end