Class: Aws::Types::CreateVirtualGatewayInput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:



135
136
137
# File 'sig/types.rbs', line 135

def client_token
  @client_token
end

#mesh_name::String

Returns the value of attribute mesh_name.

Returns:



136
137
138
# File 'sig/types.rbs', line 136

def mesh_name
  @mesh_name
end

#mesh_owner::String

Returns the value of attribute mesh_owner.

Returns:



137
138
139
# File 'sig/types.rbs', line 137

def mesh_owner
  @mesh_owner
end

#specTypes::VirtualGatewaySpec

Returns the value of attribute spec.

Returns:



138
139
140
# File 'sig/types.rbs', line 138

def spec
  @spec
end

#tags::Array[Types::TagRef]

Returns the value of attribute tags.

Returns:



139
140
141
# File 'sig/types.rbs', line 139

def tags
  @tags
end

#virtual_gateway_name::String

Returns the value of attribute virtual_gateway_name.

Returns:



140
141
142
# File 'sig/types.rbs', line 140

def virtual_gateway_name
  @virtual_gateway_name
end