Class: Aws::Types::ResourceV2
- Inherits:
-
Object
- Object
- Aws::Types::ResourceV2
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#cloud_partition ⇒ ::String
Returns the value of attribute cloud_partition.
-
#data ⇒ Types::ResourceData
Returns the value of attribute data.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#resource_type ⇒ "EC2_INSTANCE", ...
Returns the value of attribute resource_type.
-
#service ⇒ ::String
Returns the value of attribute service.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#uid ⇒ ::String
Returns the value of attribute uid.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
2626 2627 2628 |
# File 'sig/types.rbs', line 2626 def account_id @account_id end |
#cloud_partition ⇒ ::String
Returns the value of attribute cloud_partition.
2630 2631 2632 |
# File 'sig/types.rbs', line 2630 def cloud_partition @cloud_partition end |
#data ⇒ Types::ResourceData
Returns the value of attribute data.
2632 2633 2634 |
# File 'sig/types.rbs', line 2632 def data @data end |
#name ⇒ ::String
Returns the value of attribute name.
2625 2626 2627 |
# File 'sig/types.rbs', line 2625 def name @name end |
#region ⇒ ::String
Returns the value of attribute region.
2628 2629 2630 |
# File 'sig/types.rbs', line 2628 def region @region end |
#resource_type ⇒ "EC2_INSTANCE", ...
Returns the value of attribute resource_type.
2627 2628 2629 |
# File 'sig/types.rbs', line 2627 def resource_type @resource_type end |
#service ⇒ ::String
Returns the value of attribute service.
2629 2630 2631 |
# File 'sig/types.rbs', line 2629 def service @service end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2631 2632 2633 |
# File 'sig/types.rbs', line 2631 def @tags end |
#uid ⇒ ::String
Returns the value of attribute uid.
2624 2625 2626 |
# File 'sig/types.rbs', line 2624 def uid @uid end |