Class: Aws::Types::GetAttachmentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_id::String

Returns the value of attribute attachment_id.

Returns:



100
101
102
# File 'sig/types.rbs', line 100

def attachment_id
  @attachment_id
end

#connection_token::String

Returns the value of attribute connection_token.

Returns:



101
102
103
# File 'sig/types.rbs', line 101

def connection_token
  @connection_token
end

#url_expiry_in_seconds::Integer

Returns the value of attribute url_expiry_in_seconds.

Returns:



102
103
104
# File 'sig/types.rbs', line 102

def url_expiry_in_seconds
  @url_expiry_in_seconds
end