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)


1039
1040
1041
# File 'sig/types.rbs', line 1039

def gateway_name
  @gateway_name
end

#gateway_platformTypes::GatewayPlatform

Returns the value of attribute gateway_platform.



1040
1041
1042
# File 'sig/types.rbs', line 1040

def gateway_platform
  @gateway_platform
end

#gateway_version::String

Returns the value of attribute gateway_version.

Returns:

  • (::String)


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

def gateway_version
  @gateway_version
end

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

Returns the value of attribute tags.

Returns:

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


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

def tags
  @tags
end