Class: Aws::Types::CreateRegistrationRequest

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)


341
342
343
# File 'sig/types.rbs', line 341

def client_token
  @client_token
end

#registration_type::String

Returns the value of attribute registration_type.

Returns:

  • (::String)


339
340
341
# File 'sig/types.rbs', line 339

def registration_type
  @registration_type
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



340
341
342
# File 'sig/types.rbs', line 340

def tags
  @tags
end