Class: Aws::Types::DescribeDeviceFleetResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDeviceFleetResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#device_fleet_arn ⇒ ::String
Returns the value of attribute device_fleet_arn.
-
#device_fleet_name ⇒ ::String
Returns the value of attribute device_fleet_name.
-
#iot_role_alias ⇒ ::String
Returns the value of attribute iot_role_alias.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#output_config ⇒ Types::EdgeOutputConfig
Returns the value of attribute output_config.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4130 4131 4132 |
# File 'sig/types.rbs', line 4130 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
4129 4130 4131 |
# File 'sig/types.rbs', line 4129 def description @description end |
#device_fleet_arn ⇒ ::String
Returns the value of attribute device_fleet_arn.
4127 4128 4129 |
# File 'sig/types.rbs', line 4127 def device_fleet_arn @device_fleet_arn end |
#device_fleet_name ⇒ ::String
Returns the value of attribute device_fleet_name.
4126 4127 4128 |
# File 'sig/types.rbs', line 4126 def device_fleet_name @device_fleet_name end |
#iot_role_alias ⇒ ::String
Returns the value of attribute iot_role_alias.
4133 4134 4135 |
# File 'sig/types.rbs', line 4133 def iot_role_alias @iot_role_alias end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4131 4132 4133 |
# File 'sig/types.rbs', line 4131 def last_modified_time @last_modified_time end |
#output_config ⇒ Types::EdgeOutputConfig
Returns the value of attribute output_config.
4128 4129 4130 |
# File 'sig/types.rbs', line 4128 def output_config @output_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
4132 4133 4134 |
# File 'sig/types.rbs', line 4132 def role_arn @role_arn end |