Class: Aws::Types::SetupHistoryResource
- Inherits:
-
Object
- Object
- Aws::Types::SetupHistoryResource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#location ⇒ Types::ResourceLocation
Returns the value of attribute location.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#resource_type ⇒ "ContainerService", ...
Returns the value of attribute resource_type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2902 2903 2904 |
# File 'sig/types.rbs', line 2902 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2903 2904 2905 |
# File 'sig/types.rbs', line 2903 def created_at @created_at end |
#location ⇒ Types::ResourceLocation
Returns the value of attribute location.
2904 2905 2906 |
# File 'sig/types.rbs', line 2904 def location @location end |
#name ⇒ ::String
Returns the value of attribute name.
2901 2902 2903 |
# File 'sig/types.rbs', line 2901 def name @name end |
#resource_type ⇒ "ContainerService", ...
Returns the value of attribute resource_type.
2905 2906 2907 |
# File 'sig/types.rbs', line 2905 def resource_type @resource_type end |