Class: Aws::Types::SystemInstanceDescription
- Inherits:
-
Object
- Object
- Aws::Types::SystemInstanceDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#definition ⇒ Types::DefinitionDocument
Returns the value of attribute definition.
-
#flow_actions_role_arn ⇒ ::String
Returns the value of attribute flow_actions_role_arn.
-
#metrics_configuration ⇒ Types::MetricsConfiguration
Returns the value of attribute metrics_configuration.
-
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
-
#summary ⇒ Types::SystemInstanceSummary
Returns the value of attribute summary.
-
#validated_dependency_revisions ⇒ ::Array[Types::DependencyRevision]
Returns the value of attribute validated_dependency_revisions.
-
#validated_namespace_version ⇒ ::Integer
Returns the value of attribute validated_namespace_version.
Instance Attribute Details
#definition ⇒ Types::DefinitionDocument
Returns the value of attribute definition.
453 454 455 |
# File 'sig/types.rbs', line 453 def definition @definition end |
#flow_actions_role_arn ⇒ ::String
Returns the value of attribute flow_actions_role_arn.
458 459 460 |
# File 'sig/types.rbs', line 458 def flow_actions_role_arn @flow_actions_role_arn end |
#metrics_configuration ⇒ Types::MetricsConfiguration
Returns the value of attribute metrics_configuration.
455 456 457 |
# File 'sig/types.rbs', line 455 def metrics_configuration @metrics_configuration end |
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
454 455 456 |
# File 'sig/types.rbs', line 454 def s3_bucket_name @s3_bucket_name end |
#summary ⇒ Types::SystemInstanceSummary
Returns the value of attribute summary.
452 453 454 |
# File 'sig/types.rbs', line 452 def summary @summary end |
#validated_dependency_revisions ⇒ ::Array[Types::DependencyRevision]
Returns the value of attribute validated_dependency_revisions.
457 458 459 |
# File 'sig/types.rbs', line 457 def validated_dependency_revisions @validated_dependency_revisions end |
#validated_namespace_version ⇒ ::Integer
Returns the value of attribute validated_namespace_version.
456 457 458 |
# File 'sig/types.rbs', line 456 def validated_namespace_version @validated_namespace_version end |