Class: Aws::Types::CreatePresignedDomainUrlRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2751
2752
2753
# File 'sig/types.rbs', line 2751

def 
  @user_profile_name
end