Class: Aws::Types::ProvisionByoipCidrRequest
- Inherits:
-
Object
- Object
- Aws::Types::ProvisionByoipCidrRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cidr ⇒ ::String
Returns the value of attribute cidr.
-
#cidr_authorization_context ⇒ Types::CidrAuthorizationContext
Returns the value of attribute cidr_authorization_context.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#multi_region ⇒ Boolean
Returns the value of attribute multi_region.
-
#network_border_group ⇒ ::String
Returns the value of attribute network_border_group.
-
#pool_tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute pool_tag_specifications.
-
#publicly_advertisable ⇒ Boolean
Returns the value of attribute publicly_advertisable.
Instance Attribute Details
#cidr ⇒ ::String
Returns the value of attribute cidr.
15964 15965 15966 |
# File 'sig/types.rbs', line 15964 def cidr @cidr end |
#cidr_authorization_context ⇒ Types::CidrAuthorizationContext
Returns the value of attribute cidr_authorization_context.
15965 15966 15967 |
# File 'sig/types.rbs', line 15965 def @cidr_authorization_context end |
#description ⇒ ::String
Returns the value of attribute description.
15967 15968 15969 |
# File 'sig/types.rbs', line 15967 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
15968 15969 15970 |
# File 'sig/types.rbs', line 15968 def dry_run @dry_run end |
#multi_region ⇒ Boolean
Returns the value of attribute multi_region.
15970 15971 15972 |
# File 'sig/types.rbs', line 15970 def multi_region @multi_region end |
#network_border_group ⇒ ::String
Returns the value of attribute network_border_group.
15971 15972 15973 |
# File 'sig/types.rbs', line 15971 def network_border_group @network_border_group end |
#pool_tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute pool_tag_specifications.
15969 15970 15971 |
# File 'sig/types.rbs', line 15969 def pool_tag_specifications @pool_tag_specifications end |
#publicly_advertisable ⇒ Boolean
Returns the value of attribute publicly_advertisable.
15966 15967 15968 |
# File 'sig/types.rbs', line 15966 def publicly_advertisable @publicly_advertisable end |