Class: Aws::Types::CreateResourceGatewayRequest

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)


134
135
136
# File 'sig/types.rbs', line 134

def client_token
  @client_token
end

#ip_address_type"IPV4", ...

Returns the value of attribute ip_address_type.

Returns:

  • ("IPV4", "IPV6", "DUALSTACK")


139
140
141
# File 'sig/types.rbs', line 139

def ip_address_type
  @ip_address_type
end

#ipv4_addresses_per_eni::Integer

Returns the value of attribute ipv4_addresses_per_eni.

Returns:

  • (::Integer)


140
141
142
# File 'sig/types.rbs', line 140

def ipv4_addresses_per_eni
  @ipv4_addresses_per_eni
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


135
136
137
# File 'sig/types.rbs', line 135

def name
  @name
end

#resource_config_dns_resolution"IN_VPC", "PUBLIC"

Returns the value of attribute resource_config_dns_resolution.

Returns:

  • ("IN_VPC", "PUBLIC")


141
142
143
# File 'sig/types.rbs', line 141

def resource_config_dns_resolution
  @resource_config_dns_resolution
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


138
139
140
# File 'sig/types.rbs', line 138

def security_group_ids
  @security_group_ids
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


137
138
139
# File 'sig/types.rbs', line 137

def subnet_ids
  @subnet_ids
end

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

Returns the value of attribute tags.

Returns:

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


142
143
144
# File 'sig/types.rbs', line 142

def tags
  @tags
end

#vpc_identifier::String

Returns the value of attribute vpc_identifier.

Returns:

  • (::String)


136
137
138
# File 'sig/types.rbs', line 136

def vpc_identifier
  @vpc_identifier
end