Class: Aws::Types::VirtualGatewayData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#mesh_name::String

Returns the value of attribute mesh_name.

Returns:

  • (::String)


1346
1347
1348
# File 'sig/types.rbs', line 1346

def mesh_name
  @mesh_name
end

#metadataTypes::ResourceMetadata

Returns the value of attribute metadata.



1347
1348
1349
# File 'sig/types.rbs', line 1347

def 
  @metadata
end

#specTypes::VirtualGatewaySpec

Returns the value of attribute spec.



1348
1349
1350
# File 'sig/types.rbs', line 1348

def spec
  @spec
end

#statusTypes::VirtualGatewayStatus

Returns the value of attribute status.



1349
1350
1351
# File 'sig/types.rbs', line 1349

def status
  @status
end

#virtual_gateway_name::String

Returns the value of attribute virtual_gateway_name.

Returns:

  • (::String)


1350
1351
1352
# File 'sig/types.rbs', line 1350

def virtual_gateway_name
  @virtual_gateway_name
end