Class: Aws::Types::SpaceResourceSummary
- Inherits:
-
Object
- Object
- Aws::Types::SpaceResourceSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_details ⇒ Types::SpaceQuickSightResourceDetails
Returns the value of attribute resource_details.
-
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
-
#resource_type ⇒ "TOPIC", ...
Returns the value of attribute resource_type.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#resource_details ⇒ Types::SpaceQuickSightResourceDetails
Returns the value of attribute resource_details.
10811 10812 10813 |
# File 'sig/types.rbs', line 10811 def resource_details @resource_details end |
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
10812 10813 10814 |
# File 'sig/types.rbs', line 10812 def resource_name @resource_name end |
#resource_type ⇒ "TOPIC", ...
Returns the value of attribute resource_type.
10810 10811 10812 |
# File 'sig/types.rbs', line 10810 def resource_type @resource_type end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
10813 10814 10815 |
# File 'sig/types.rbs', line 10813 def updated_at @updated_at end |