Class: Aws::Types::CreateRegistrationAttachmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRegistrationAttachmentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment_body ⇒ ::String
Returns the value of attribute attachment_body.
-
#attachment_url ⇒ ::String
Returns the value of attribute attachment_url.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#attachment_body ⇒ ::String
Returns the value of attribute attachment_body.
322 323 324 |
# File 'sig/types.rbs', line 322 def @attachment_body end |
#attachment_url ⇒ ::String
Returns the value of attribute attachment_url.
323 324 325 |
# File 'sig/types.rbs', line 323 def @attachment_url end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
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.
324 325 326 |
# File 'sig/types.rbs', line 324 def @tags end |