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.
10421 10422 10423 |
# File 'sig/types.rbs', line 10421 def resource_details @resource_details end |
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
10422 10423 10424 |
# File 'sig/types.rbs', line 10422 def resource_name @resource_name end |
#resource_type ⇒ "TOPIC", ...
Returns the value of attribute resource_type.
10420 10421 10422 |
# File 'sig/types.rbs', line 10420 def resource_type @resource_type end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
10423 10424 10425 |
# File 'sig/types.rbs', line 10423 def updated_at @updated_at end |