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)


2901
2902
2903
# File 'sig/types.rbs', line 2901

def dry_run
  @dry_run
end

#local_bgp_asn::Integer

Returns the value of attribute local_bgp_asn.

Returns:

  • (::Integer)


2898
2899
2900
# File 'sig/types.rbs', line 2898

def local_bgp_asn
  @local_bgp_asn
end

#local_bgp_asn_extended::Integer

Returns the value of attribute local_bgp_asn_extended.

Returns:

  • (::Integer)


2899
2900
2901
# File 'sig/types.rbs', line 2899

def local_bgp_asn_extended
  @local_bgp_asn_extended
end

#local_gateway_id::String

Returns the value of attribute local_gateway_id.

Returns:

  • (::String)


2897
2898
2899
# File 'sig/types.rbs', line 2897

def local_gateway_id
  @local_gateway_id
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2900
2901
2902
# File 'sig/types.rbs', line 2900

def tag_specifications
  @tag_specifications
end