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.
2750 2751 2752 |
# File 'sig/types.rbs', line 2750 def domain_id @domain_id end |
#expires_in_seconds ⇒ ::Integer
Returns the value of attribute expires_in_seconds.
2753 2754 2755 |
# File 'sig/types.rbs', line 2753 def expires_in_seconds @expires_in_seconds end |
#landing_uri ⇒ ::String
Returns the value of attribute landing_uri.
2755 2756 2757 |
# File 'sig/types.rbs', line 2755 def landing_uri @landing_uri end |
#session_expiration_duration_in_seconds ⇒ ::Integer
Returns the value of attribute session_expiration_duration_in_seconds.
2752 2753 2754 |
# File 'sig/types.rbs', line 2752 def session_expiration_duration_in_seconds @session_expiration_duration_in_seconds end |
#space_name ⇒ ::String
Returns the value of attribute space_name.
2754 2755 2756 |
# File 'sig/types.rbs', line 2754 def space_name @space_name end |
#user_profile_name ⇒ ::String
Returns the value of attribute user_profile_name.
2751 2752 2753 |
# File 'sig/types.rbs', line 2751 def user_profile_name @user_profile_name end |