Class: Aws::Types::ConfigurationDetails
- Inherits:
-
Object
- Object
- Aws::Types::ConfigurationDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#uuid ⇒ ::String
Returns the value of attribute uuid.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
199 200 201 |
# File 'sig/types.rbs', line 199 def arn @arn end |
#name ⇒ ::String
Returns the value of attribute name.
198 199 200 |
# File 'sig/types.rbs', line 198 def name @name end |
#uuid ⇒ ::String
Returns the value of attribute uuid.
200 201 202 |
# File 'sig/types.rbs', line 200 def uuid @uuid end |