Class: Aws::Types::CreateGatewayRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#gateway_name::String

Returns the value of attribute gateway_name.

Returns:

  • (::String)


1042
1043
1044
# File 'sig/types.rbs', line 1042

def gateway_name
  @gateway_name
end

#gateway_platformTypes::GatewayPlatform

Returns the value of attribute gateway_platform.



1043
1044
1045
# File 'sig/types.rbs', line 1043

def gateway_platform
  @gateway_platform
end

#gateway_version::String

Returns the value of attribute gateway_version.

Returns:

  • (::String)


1044
1045
1046
# File 'sig/types.rbs', line 1044

def gateway_version
  @gateway_version
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1045
1046
1047
# File 'sig/types.rbs', line 1045

def tags
  @tags
end