Class: Aws::Types::Resource
- Inherits:
-
Object
- Object
- Aws::Types::Resource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#details ⇒ Types::ResourceDetails
Returns the value of attribute details.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#partition ⇒ ::String
Returns the value of attribute partition.
-
#provider ⇒ "AWS", "AZURE"
Returns the value of attribute provider.
-
#provider_account_id ⇒ ::String
Returns the value of attribute provider_account_id.
-
#provider_org_id ⇒ ::String
Returns the value of attribute provider_org_id.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ "AWS_EC2_INSTANCE", ...
Returns the value of attribute type.
Instance Attribute Details
#details ⇒ Types::ResourceDetails
Returns the value of attribute details.
2395 2396 2397 |
# File 'sig/types.rbs', line 2395 def details @details end |
#id ⇒ ::String
Returns the value of attribute id.
2391 2392 2393 |
# File 'sig/types.rbs', line 2391 def id @id end |
#partition ⇒ ::String
Returns the value of attribute partition.
2392 2393 2394 |
# File 'sig/types.rbs', line 2392 def partition @partition end |
#provider ⇒ "AWS", "AZURE"
Returns the value of attribute provider.
2396 2397 2398 |
# File 'sig/types.rbs', line 2396 def provider @provider end |
#provider_account_id ⇒ ::String
Returns the value of attribute provider_account_id.
2397 2398 2399 |
# File 'sig/types.rbs', line 2397 def provider_account_id @provider_account_id end |
#provider_org_id ⇒ ::String
Returns the value of attribute provider_org_id.
2398 2399 2400 |
# File 'sig/types.rbs', line 2398 def provider_org_id @provider_org_id end |
#region ⇒ ::String
Returns the value of attribute region.
2393 2394 2395 |
# File 'sig/types.rbs', line 2393 def region @region end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2394 2395 2396 |
# File 'sig/types.rbs', line 2394 def @tags end |
#type ⇒ "AWS_EC2_INSTANCE", ...
Returns the value of attribute type.
2390 2391 2392 |
# File 'sig/types.rbs', line 2390 def type @type end |