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)


2851
2852
2853
# File 'sig/types.rbs', line 2851

def dry_run
  @dry_run
end

#local_bgp_asn::Integer

Returns the value of attribute local_bgp_asn.

Returns:

  • (::Integer)


2848
2849
2850
# File 'sig/types.rbs', line 2848

def local_bgp_asn
  @local_bgp_asn
end

#local_bgp_asn_extended::Integer

Returns the value of attribute local_bgp_asn_extended.

Returns:

  • (::Integer)


2849
2850
2851
# File 'sig/types.rbs', line 2849

def local_bgp_asn_extended
  @local_bgp_asn_extended
end

#local_gateway_id::String

Returns the value of attribute local_gateway_id.

Returns:

  • (::String)


2847
2848
2849
# File 'sig/types.rbs', line 2847

def local_gateway_id
  @local_gateway_id
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2850
2851
2852
# File 'sig/types.rbs', line 2850

def tag_specifications
  @tag_specifications
end