Class: Aws::Types::Resource
- Inherits:
-
Object
- Object
- Aws::Types::Resource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#resource_group_arn ⇒ ::String
Returns the value of attribute resource_group_arn.
-
#resource_region_scope ⇒ "REGIONAL", "GLOBAL"
Returns the value of attribute resource_region_scope.
-
#resource_share_arn ⇒ ::String
Returns the value of attribute resource_share_arn.
-
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
570 571 572 |
# File 'sig/types.rbs', line 570 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
576 577 578 |
# File 'sig/types.rbs', line 576 def creation_time @creation_time end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
577 578 579 |
# File 'sig/types.rbs', line 577 def last_updated_time @last_updated_time end |
#resource_group_arn ⇒ ::String
Returns the value of attribute resource_group_arn.
573 574 575 |
# File 'sig/types.rbs', line 573 def resource_group_arn @resource_group_arn end |
#resource_region_scope ⇒ "REGIONAL", "GLOBAL"
Returns the value of attribute resource_region_scope.
578 579 580 |
# File 'sig/types.rbs', line 578 def resource_region_scope @resource_region_scope end |
#resource_share_arn ⇒ ::String
Returns the value of attribute resource_share_arn.
572 573 574 |
# File 'sig/types.rbs', line 572 def resource_share_arn @resource_share_arn end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
574 575 576 |
# File 'sig/types.rbs', line 574 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
575 576 577 |
# File 'sig/types.rbs', line 575 def end |
#type ⇒ ::String
Returns the value of attribute type.
571 572 573 |
# File 'sig/types.rbs', line 571 def type @type end |