Class: Aws::Types::CreateLabelsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:authentication_token])

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_token::String

Returns the value of attribute authentication_token.

Returns:

  • (::String)


131
132
133
# File 'sig/types.rbs', line 131

def authentication_token
  @authentication_token
end

#labels::Array[::String]

Returns the value of attribute labels.

Returns:

  • (::Array[::String])


130
131
132
# File 'sig/types.rbs', line 130

def labels
  @labels
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


129
130
131
# File 'sig/types.rbs', line 129

def resource_id
  @resource_id
end