Class: Aws::Types::CreatePresignedDomainUrlRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePresignedDomainUrlRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#expires_in_seconds ⇒ ::Integer
Returns the value of attribute expires_in_seconds.
-
#landing_uri ⇒ ::String
Returns the value of attribute landing_uri.
-
#session_expiration_duration_in_seconds ⇒ ::Integer
Returns the value of attribute session_expiration_duration_in_seconds.
-
#space_name ⇒ ::String
Returns the value of attribute space_name.
-
#user_profile_name ⇒ ::String
Returns the value of attribute user_profile_name.
Instance Attribute Details
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
2767 2768 2769 |
# File 'sig/types.rbs', line 2767 def domain_id @domain_id end |
#expires_in_seconds ⇒ ::Integer
Returns the value of attribute expires_in_seconds.
2770 2771 2772 |
# File 'sig/types.rbs', line 2770 def expires_in_seconds @expires_in_seconds end |
#landing_uri ⇒ ::String
Returns the value of attribute landing_uri.
2772 2773 2774 |
# File 'sig/types.rbs', line 2772 def landing_uri @landing_uri end |
#session_expiration_duration_in_seconds ⇒ ::Integer
Returns the value of attribute session_expiration_duration_in_seconds.
2769 2770 2771 |
# File 'sig/types.rbs', line 2769 def session_expiration_duration_in_seconds @session_expiration_duration_in_seconds end |
#space_name ⇒ ::String
Returns the value of attribute space_name.
2771 2772 2773 |
# File 'sig/types.rbs', line 2771 def space_name @space_name end |
#user_profile_name ⇒ ::String
Returns the value of attribute user_profile_name.
2768 2769 2770 |
# File 'sig/types.rbs', line 2768 def user_profile_name @user_profile_name end |