Class: Aws::Types::NonCompliantResource
- Inherits:
-
Object
- Object
- Aws::Types::NonCompliantResource
- 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.
3992 3993 3994 |
# File 'sig/types.rbs', line 3992 def additional_info @additional_info end |
#resource_identifier ⇒ Types::ResourceIdentifier
Returns the value of attribute resource_identifier.
3991 3992 3993 |
# File 'sig/types.rbs', line 3991 def resource_identifier @resource_identifier end |
#resource_type ⇒ "DEVICE_CERTIFICATE", ...
Returns the value of attribute resource_type.
3990 3991 3992 |
# File 'sig/types.rbs', line 3990 def resource_type @resource_type end |