Class: Aws::Types::CreateServiceNetworkResourceAssociationRequest

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)


192
193
194
# File 'sig/types.rbs', line 192

def client_token
  @client_token
end

#private_dns_enabledBoolean

Returns the value of attribute private_dns_enabled.

Returns:

  • (Boolean)


195
196
197
# File 'sig/types.rbs', line 195

def private_dns_enabled
  @private_dns_enabled
end

#resource_configuration_identifier::String

Returns the value of attribute resource_configuration_identifier.

Returns:

  • (::String)


193
194
195
# File 'sig/types.rbs', line 193

def resource_configuration_identifier
  @resource_configuration_identifier
end

#service_network_identifier::String

Returns the value of attribute service_network_identifier.

Returns:

  • (::String)


194
195
196
# File 'sig/types.rbs', line 194

def service_network_identifier
  @service_network_identifier
end

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

Returns the value of attribute tags.

Returns:

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


196
197
198
# File 'sig/types.rbs', line 196

def tags
  @tags
end