Class: Aws::Types::AssociateApprovedOriginRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateApprovedOriginRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#origin ⇒ ::String
Returns the value of attribute origin.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
265 266 267 |
# File 'sig/types.rbs', line 265 def client_token @client_token end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
263 264 265 |
# File 'sig/types.rbs', line 263 def instance_id @instance_id end |
#origin ⇒ ::String
Returns the value of attribute origin.
264 265 266 |
# File 'sig/types.rbs', line 264 def origin @origin end |