Class: Aws::Types::CreateSystemInstanceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSystemInstanceRequest
- 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.
-
#greengrass_group_name ⇒ ::String
Returns the value of attribute greengrass_group_name.
-
#metrics_configuration ⇒ Types::MetricsConfiguration
Returns the value of attribute metrics_configuration.
-
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#target ⇒ "GREENGRASS", "CLOUD"
Returns the value of attribute target.
Instance Attribute Details
#definition ⇒ Types::DefinitionDocument
Returns the value of attribute definition.
34 35 36 |
# File 'sig/types.rbs', line 34 def definition @definition end |
#flow_actions_role_arn ⇒ ::String
Returns the value of attribute flow_actions_role_arn.
39 40 41 |
# File 'sig/types.rbs', line 39 def flow_actions_role_arn @flow_actions_role_arn end |
#greengrass_group_name ⇒ ::String
Returns the value of attribute greengrass_group_name.
36 37 38 |
# File 'sig/types.rbs', line 36 def greengrass_group_name @greengrass_group_name end |
#metrics_configuration ⇒ Types::MetricsConfiguration
Returns the value of attribute metrics_configuration.
38 39 40 |
# File 'sig/types.rbs', line 38 def metrics_configuration @metrics_configuration end |
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
37 38 39 |
# File 'sig/types.rbs', line 37 def s3_bucket_name @s3_bucket_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
33 34 35 |
# File 'sig/types.rbs', line 33 def @tags end |
#target ⇒ "GREENGRASS", "CLOUD"
Returns the value of attribute target.
35 36 37 |
# File 'sig/types.rbs', line 35 def target @target end |