Class: Aws::Types::RelatedResource
- Inherits:
-
Object
- Object
- Aws::Types::RelatedResource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_info ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_info.
-
#resource_identifier ⇒ Types::ResourceIdentifier
Returns the value of attribute resource_identifier.
-
#resource_type ⇒ "DEVICE_CERTIFICATE", ...
Returns the value of attribute resource_type.
Instance Attribute Details
#additional_info ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_info.
4258 4259 4260 |
# File 'sig/types.rbs', line 4258 def additional_info @additional_info end |
#resource_identifier ⇒ Types::ResourceIdentifier
Returns the value of attribute resource_identifier.
4257 4258 4259 |
# File 'sig/types.rbs', line 4257 def resource_identifier @resource_identifier end |
#resource_type ⇒ "DEVICE_CERTIFICATE", ...
Returns the value of attribute resource_type.
4256 4257 4258 |
# File 'sig/types.rbs', line 4256 def resource_type @resource_type end |