Class: Aws::Types::CreateRegistrationAttachmentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_body::String

Returns the value of attribute attachment_body.

Returns:

  • (::String)


322
323
324
# File 'sig/types.rbs', line 322

def attachment_body
  @attachment_body
end

#attachment_url::String

Returns the value of attribute attachment_url.

Returns:

  • (::String)


323
324
325
# File 'sig/types.rbs', line 323

def attachment_url
  @attachment_url
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


325
326
327
# File 'sig/types.rbs', line 325

def client_token
  @client_token
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



324
325
326
# File 'sig/types.rbs', line 324

def tags
  @tags
end