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.
4113 4114 4115 |
# File 'sig/types.rbs', line 4113 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
4112 4113 4114 |
# File 'sig/types.rbs', line 4112 def description @description end |
#device_fleet_arn ⇒ ::String
Returns the value of attribute device_fleet_arn.
4110 4111 4112 |
# File 'sig/types.rbs', line 4110 def device_fleet_arn @device_fleet_arn end |
#device_fleet_name ⇒ ::String
Returns the value of attribute device_fleet_name.
4109 4110 4111 |
# File 'sig/types.rbs', line 4109 def device_fleet_name @device_fleet_name end |
#iot_role_alias ⇒ ::String
Returns the value of attribute iot_role_alias.
4116 4117 4118 |
# File 'sig/types.rbs', line 4116 def iot_role_alias @iot_role_alias end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4114 4115 4116 |
# File 'sig/types.rbs', line 4114 def last_modified_time @last_modified_time end |
#output_config ⇒ Types::EdgeOutputConfig
Returns the value of attribute output_config.
4111 4112 4113 |
# File 'sig/types.rbs', line 4111 def output_config @output_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
4115 4116 4117 |
# File 'sig/types.rbs', line 4115 def role_arn @role_arn end |