Class: Aws::Types::GenerateEmbedUrlForAnonymousUserResponse
- Inherits:
-
Object
- Object
- Aws::Types::GenerateEmbedUrlForAnonymousUserResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#anonymous_user_arn ⇒ ::String
Returns the value of attribute anonymous_user_arn.
-
#embed_url ⇒ ::String
Returns the value of attribute embed_url.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#anonymous_user_arn ⇒ ::String
Returns the value of attribute anonymous_user_arn.
6016 6017 6018 |
# File 'sig/types.rbs', line 6016 def anonymous_user_arn @anonymous_user_arn end |
#embed_url ⇒ ::String
Returns the value of attribute embed_url.
6013 6014 6015 |
# File 'sig/types.rbs', line 6013 def @embed_url end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
6015 6016 6017 |
# File 'sig/types.rbs', line 6015 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
6014 6015 6016 |
# File 'sig/types.rbs', line 6014 def status @status end |