Class: Aws::Types::CreateVirtualServiceInput

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:



180
181
182
# File 'sig/types.rbs', line 180

def client_token
  @client_token
end

#mesh_name::String

Returns the value of attribute mesh_name.

Returns:



181
182
183
# File 'sig/types.rbs', line 181

def mesh_name
  @mesh_name
end

#mesh_owner::String

Returns the value of attribute mesh_owner.

Returns:



182
183
184
# File 'sig/types.rbs', line 182

def mesh_owner
  @mesh_owner
end

#specTypes::VirtualServiceSpec

Returns the value of attribute spec.

Returns:



183
184
185
# File 'sig/types.rbs', line 183

def spec
  @spec
end

#tags::Array[Types::TagRef]

Returns the value of attribute tags.

Returns:



184
185
186
# File 'sig/types.rbs', line 184

def tags
  @tags
end

#virtual_service_name::String

Returns the value of attribute virtual_service_name.

Returns:



185
186
187
# File 'sig/types.rbs', line 185

def virtual_service_name
  @virtual_service_name
end