Class: Aws::Types::CreateServiceNetworkServiceAssociationRequest

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)


219
220
221
# File 'sig/types.rbs', line 219

def client_token
  @client_token
end

#service_identifier::String

Returns the value of attribute service_identifier.

Returns:

  • (::String)


220
221
222
# File 'sig/types.rbs', line 220

def service_identifier
  @service_identifier
end

#service_network_identifier::String

Returns the value of attribute service_network_identifier.

Returns:

  • (::String)


221
222
223
# File 'sig/types.rbs', line 221

def service_network_identifier
  @service_network_identifier
end

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

Returns the value of attribute tags.

Returns:

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


222
223
224
# File 'sig/types.rbs', line 222

def tags
  @tags
end