Class: Aws::Types::CreateVirtualRouterInput

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:

  • (::String)


165
166
167
# File 'sig/types.rbs', line 165

def client_token
  @client_token
end

#mesh_name::String

Returns the value of attribute mesh_name.

Returns:

  • (::String)


166
167
168
# File 'sig/types.rbs', line 166

def mesh_name
  @mesh_name
end

#mesh_owner::String

Returns the value of attribute mesh_owner.

Returns:

  • (::String)


167
168
169
# File 'sig/types.rbs', line 167

def mesh_owner
  @mesh_owner
end

#specTypes::VirtualRouterSpec

Returns the value of attribute spec.



168
169
170
# File 'sig/types.rbs', line 168

def spec
  @spec
end

#tags::Array[Types::TagRef]

Returns the value of attribute tags.

Returns:



169
170
171
# File 'sig/types.rbs', line 169

def tags
  @tags
end

#virtual_router_name::String

Returns the value of attribute virtual_router_name.

Returns:

  • (::String)


170
171
172
# File 'sig/types.rbs', line 170

def virtual_router_name
  @virtual_router_name
end