Class: Aws::Types::ModifyTransitGatewayOptions
- Inherits:
-
Object
- Object
- Aws::Types::ModifyTransitGatewayOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add_transit_gateway_cidr_blocks ⇒ ::Array[::String]
Returns the value of attribute add_transit_gateway_cidr_blocks.
-
#amazon_side_asn ⇒ ::Integer
Returns the value of attribute amazon_side_asn.
-
#association_default_route_table_id ⇒ ::String
Returns the value of attribute association_default_route_table_id.
-
#auto_accept_shared_attachments ⇒ "enable", "disable"
Returns the value of attribute auto_accept_shared_attachments.
-
#default_route_table_association ⇒ "enable", "disable"
Returns the value of attribute default_route_table_association.
-
#default_route_table_propagation ⇒ "enable", "disable"
Returns the value of attribute default_route_table_propagation.
-
#dns_support ⇒ "enable", "disable"
Returns the value of attribute dns_support.
-
#encryption_support ⇒ "enable", "disable"
Returns the value of attribute encryption_support.
-
#propagation_default_route_table_id ⇒ ::String
Returns the value of attribute propagation_default_route_table_id.
-
#remove_transit_gateway_cidr_blocks ⇒ ::Array[::String]
Returns the value of attribute remove_transit_gateway_cidr_blocks.
-
#security_group_referencing_support ⇒ "enable", "disable"
Returns the value of attribute security_group_referencing_support.
-
#vpn_ecmp_support ⇒ "enable", "disable"
Returns the value of attribute vpn_ecmp_support.
Instance Attribute Details
#add_transit_gateway_cidr_blocks ⇒ ::Array[::String]
Returns the value of attribute add_transit_gateway_cidr_blocks.
13975 13976 13977 |
# File 'sig/types.rbs', line 13975 def add_transit_gateway_cidr_blocks @add_transit_gateway_cidr_blocks end |
#amazon_side_asn ⇒ ::Integer
Returns the value of attribute amazon_side_asn.
13985 13986 13987 |
# File 'sig/types.rbs', line 13985 def amazon_side_asn @amazon_side_asn end |
#association_default_route_table_id ⇒ ::String
Returns the value of attribute association_default_route_table_id.
13982 13983 13984 |
# File 'sig/types.rbs', line 13982 def association_default_route_table_id @association_default_route_table_id end |
#auto_accept_shared_attachments ⇒ "enable", "disable"
Returns the value of attribute auto_accept_shared_attachments.
13980 13981 13982 |
# File 'sig/types.rbs', line 13980 def @auto_accept_shared_attachments end |
#default_route_table_association ⇒ "enable", "disable"
Returns the value of attribute default_route_table_association.
13981 13982 13983 |
# File 'sig/types.rbs', line 13981 def default_route_table_association @default_route_table_association end |
#default_route_table_propagation ⇒ "enable", "disable"
Returns the value of attribute default_route_table_propagation.
13983 13984 13985 |
# File 'sig/types.rbs', line 13983 def default_route_table_propagation @default_route_table_propagation end |
#dns_support ⇒ "enable", "disable"
Returns the value of attribute dns_support.
13978 13979 13980 |
# File 'sig/types.rbs', line 13978 def dns_support @dns_support end |
#encryption_support ⇒ "enable", "disable"
Returns the value of attribute encryption_support.
13986 13987 13988 |
# File 'sig/types.rbs', line 13986 def encryption_support @encryption_support end |
#propagation_default_route_table_id ⇒ ::String
Returns the value of attribute propagation_default_route_table_id.
13984 13985 13986 |
# File 'sig/types.rbs', line 13984 def propagation_default_route_table_id @propagation_default_route_table_id end |
#remove_transit_gateway_cidr_blocks ⇒ ::Array[::String]
Returns the value of attribute remove_transit_gateway_cidr_blocks.
13976 13977 13978 |
# File 'sig/types.rbs', line 13976 def remove_transit_gateway_cidr_blocks @remove_transit_gateway_cidr_blocks end |
#security_group_referencing_support ⇒ "enable", "disable"
Returns the value of attribute security_group_referencing_support.
13979 13980 13981 |
# File 'sig/types.rbs', line 13979 def security_group_referencing_support @security_group_referencing_support end |
#vpn_ecmp_support ⇒ "enable", "disable"
Returns the value of attribute vpn_ecmp_support.
13977 13978 13979 |
# File 'sig/types.rbs', line 13977 def vpn_ecmp_support @vpn_ecmp_support end |