Class: Aws::Types::CreateLocalGatewayVirtualInterfaceGroupRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2739
2740
2741
# File 'sig/types.rbs', line 2739

def dry_run
  @dry_run
end

#local_bgp_asn::Integer

Returns the value of attribute local_bgp_asn.

Returns:

  • (::Integer)


2736
2737
2738
# File 'sig/types.rbs', line 2736

def local_bgp_asn
  @local_bgp_asn
end

#local_bgp_asn_extended::Integer

Returns the value of attribute local_bgp_asn_extended.

Returns:

  • (::Integer)


2737
2738
2739
# File 'sig/types.rbs', line 2737

def local_bgp_asn_extended
  @local_bgp_asn_extended
end

#local_gateway_id::String

Returns the value of attribute local_gateway_id.

Returns:

  • (::String)


2735
2736
2737
# File 'sig/types.rbs', line 2735

def local_gateway_id
  @local_gateway_id
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2738
2739
2740
# File 'sig/types.rbs', line 2738

def tag_specifications
  @tag_specifications
end