Class: Aws::Types::IpamPoolSourceResource
- Inherits:
-
Object
- Object
- Aws::Types::IpamPoolSourceResource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_owner ⇒ ::String
Returns the value of attribute resource_owner.
-
#resource_region ⇒ ::String
Returns the value of attribute resource_region.
-
#resource_type ⇒ "vpc"
Returns the value of attribute resource_type.
Instance Attribute Details
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
12419 12420 12421 |
# File 'sig/types.rbs', line 12419 def resource_id @resource_id end |
#resource_owner ⇒ ::String
Returns the value of attribute resource_owner.
12422 12423 12424 |
# File 'sig/types.rbs', line 12422 def resource_owner @resource_owner end |
#resource_region ⇒ ::String
Returns the value of attribute resource_region.
12421 12422 12423 |
# File 'sig/types.rbs', line 12421 def resource_region @resource_region end |
#resource_type ⇒ "vpc"
Returns the value of attribute resource_type.
12420 12421 12422 |
# File 'sig/types.rbs', line 12420 def resource_type @resource_type end |