Class: Aws::Types::GetIpamResourceCidrsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetIpamResourceCidrsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#ipam_pool_id ⇒ ::String
Returns the value of attribute ipam_pool_id.
-
#ipam_scope_id ⇒ ::String
Returns the value of attribute ipam_scope_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_owner ⇒ ::String
Returns the value of attribute resource_owner.
-
#resource_tag ⇒ Types::RequestIpamResourceTag
Returns the value of attribute resource_tag.
-
#resource_type ⇒ "vpc", ...
Returns the value of attribute resource_type.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
10563 10564 10565 |
# File 'sig/types.rbs', line 10563 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
10564 10565 10566 |
# File 'sig/types.rbs', line 10564 def filters @filters end |
#ipam_pool_id ⇒ ::String
Returns the value of attribute ipam_pool_id.
10568 10569 10570 |
# File 'sig/types.rbs', line 10568 def ipam_pool_id @ipam_pool_id end |
#ipam_scope_id ⇒ ::String
Returns the value of attribute ipam_scope_id.
10567 10568 10569 |
# File 'sig/types.rbs', line 10567 def ipam_scope_id @ipam_scope_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
10565 10566 10567 |
# File 'sig/types.rbs', line 10565 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
10566 10567 10568 |
# File 'sig/types.rbs', line 10566 def next_token @next_token end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
10569 10570 10571 |
# File 'sig/types.rbs', line 10569 def resource_id @resource_id end |
#resource_owner ⇒ ::String
Returns the value of attribute resource_owner.
10572 10573 10574 |
# File 'sig/types.rbs', line 10572 def resource_owner @resource_owner end |
#resource_tag ⇒ Types::RequestIpamResourceTag
Returns the value of attribute resource_tag.
10571 10572 10573 |
# File 'sig/types.rbs', line 10571 def resource_tag @resource_tag end |
#resource_type ⇒ "vpc", ...
Returns the value of attribute resource_type.
10570 10571 10572 |
# File 'sig/types.rbs', line 10570 def resource_type @resource_type end |