Class: Aws::Types::ContextContent
- Inherits:
-
Object
- Object
- Aws::Types::ContextContent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_ids ⇒ ::Array[::String]
Returns the value of attribute account_ids.
-
#additional_context ⇒ ::String
Returns the value of attribute additional_context.
-
#application_overview ⇒ ::String
Returns the value of attribute application_overview.
-
#application_type ⇒ "SAS", ...
Returns the value of attribute application_type.
-
#architecture_overview ⇒ ::String
Returns the value of attribute architecture_overview.
-
#aws_services ⇒ ::Array[::String]
Returns the value of attribute aws_services.
-
#criticality ⇒ "MISSION_CRITICAL", ...
Returns the value of attribute criticality.
-
#industry ⇒ ::String
Returns the value of attribute industry.
-
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
-
#resource_tags ⇒ ::Array[Types::ContextResourceTag]
Returns the value of attribute resource_tags.
-
#resource_types ⇒ ::Array[::String]
Returns the value of attribute resource_types.
Instance Attribute Details
#account_ids ⇒ ::Array[::String]
Returns the value of attribute account_ids.
280 281 282 |
# File 'sig/types.rbs', line 280 def account_ids @account_ids end |
#additional_context ⇒ ::String
Returns the value of attribute additional_context.
290 291 292 |
# File 'sig/types.rbs', line 290 def additional_context @additional_context end |
#application_overview ⇒ ::String
Returns the value of attribute application_overview.
285 286 287 |
# File 'sig/types.rbs', line 285 def application_overview @application_overview end |
#application_type ⇒ "SAS", ...
Returns the value of attribute application_type.
287 288 289 |
# File 'sig/types.rbs', line 287 def application_type @application_type end |
#architecture_overview ⇒ ::String
Returns the value of attribute architecture_overview.
289 290 291 |
# File 'sig/types.rbs', line 289 def architecture_overview @architecture_overview end |
#aws_services ⇒ ::Array[::String]
Returns the value of attribute aws_services.
282 283 284 |
# File 'sig/types.rbs', line 282 def aws_services @aws_services end |
#criticality ⇒ "MISSION_CRITICAL", ...
Returns the value of attribute criticality.
288 289 290 |
# File 'sig/types.rbs', line 288 def criticality @criticality end |
#industry ⇒ ::String
Returns the value of attribute industry.
286 287 288 |
# File 'sig/types.rbs', line 286 def industry @industry end |
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
281 282 283 |
# File 'sig/types.rbs', line 281 def regions @regions end |
#resource_tags ⇒ ::Array[Types::ContextResourceTag]
Returns the value of attribute resource_tags.
284 285 286 |
# File 'sig/types.rbs', line 284 def @resource_tags end |
#resource_types ⇒ ::Array[::String]
Returns the value of attribute resource_types.
283 284 285 |
# File 'sig/types.rbs', line 283 def resource_types @resource_types end |