Class: Aws::Types::IpamPoolSourceResourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::IpamPoolSourceResourceRequest
- 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.
12693 12694 12695 |
# File 'sig/types.rbs', line 12693 def resource_id @resource_id end |
#resource_owner ⇒ ::String
Returns the value of attribute resource_owner.
12696 12697 12698 |
# File 'sig/types.rbs', line 12696 def resource_owner @resource_owner end |
#resource_region ⇒ ::String
Returns the value of attribute resource_region.
12695 12696 12697 |
# File 'sig/types.rbs', line 12695 def resource_region @resource_region end |
#resource_type ⇒ "vpc"
Returns the value of attribute resource_type.
12694 12695 12696 |
# File 'sig/types.rbs', line 12694 def resource_type @resource_type end |