Class: Aws::Types::CreateIpamPrefixListResolverRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateIpamPrefixListResolverRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address_family ⇒ "ipv4", "ipv6"
Returns the value of attribute address_family.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#ipam_id ⇒ ::String
Returns the value of attribute ipam_id.
-
#rules ⇒ ::Array[Types::IpamPrefixListResolverRuleRequest]
Returns the value of attribute rules.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
Instance Attribute Details
#address_family ⇒ "ipv4", "ipv6"
Returns the value of attribute address_family.
2561 2562 2563 |
# File 'sig/types.rbs', line 2561 def address_family @address_family end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
2564 2565 2566 |
# File 'sig/types.rbs', line 2564 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
2560 2561 2562 |
# File 'sig/types.rbs', line 2560 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2558 2559 2560 |
# File 'sig/types.rbs', line 2558 def dry_run @dry_run end |
#ipam_id ⇒ ::String
Returns the value of attribute ipam_id.
2559 2560 2561 |
# File 'sig/types.rbs', line 2559 def ipam_id @ipam_id end |
#rules ⇒ ::Array[Types::IpamPrefixListResolverRuleRequest]
Returns the value of attribute rules.
2562 2563 2564 |
# File 'sig/types.rbs', line 2562 def rules @rules end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2563 2564 2565 |
# File 'sig/types.rbs', line 2563 def tag_specifications @tag_specifications end |