Class: Aws::Types::CreateDeviceFleetRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDeviceFleetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#device_fleet_name ⇒ ::String
Returns the value of attribute device_fleet_name.
-
#enable_iot_role_alias ⇒ Boolean
Returns the value of attribute enable_iot_role_alias.
-
#output_config ⇒ Types::EdgeOutputConfig
Returns the value of attribute output_config.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
2100 2101 2102 |
# File 'sig/types.rbs', line 2100 def description @description end |
#device_fleet_name ⇒ ::String
Returns the value of attribute device_fleet_name.
2098 2099 2100 |
# File 'sig/types.rbs', line 2098 def device_fleet_name @device_fleet_name end |
#enable_iot_role_alias ⇒ Boolean
Returns the value of attribute enable_iot_role_alias.
2103 2104 2105 |
# File 'sig/types.rbs', line 2103 def enable_iot_role_alias @enable_iot_role_alias end |
#output_config ⇒ Types::EdgeOutputConfig
Returns the value of attribute output_config.
2101 2102 2103 |
# File 'sig/types.rbs', line 2101 def output_config @output_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2099 2100 2101 |
# File 'sig/types.rbs', line 2099 def role_arn @role_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2102 2103 2104 |
# File 'sig/types.rbs', line 2102 def @tags end |