Class: Aws::Types::CreateRegistrationAttachmentResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_status"UPLOAD_IN_PROGRESS", ...

Returns the value of attribute attachment_status.

Returns:

  • ("UPLOAD_IN_PROGRESS", "UPLOAD_COMPLETE", "UPLOAD_FAILED", "DELETED")


332
333
334
# File 'sig/types.rbs', line 332

def attachment_status
  @attachment_status
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


334
335
336
# File 'sig/types.rbs', line 334

def created_timestamp
  @created_timestamp
end

#registration_attachment_arn::String

Returns the value of attribute registration_attachment_arn.

Returns:

  • (::String)


330
331
332
# File 'sig/types.rbs', line 330

def registration_attachment_arn
  @registration_attachment_arn
end

#registration_attachment_id::String

Returns the value of attribute registration_attachment_id.

Returns:

  • (::String)


331
332
333
# File 'sig/types.rbs', line 331

def registration_attachment_id
  @registration_attachment_id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



333
334
335
# File 'sig/types.rbs', line 333

def tags
  @tags
end