Class: Aws::Types::DomainDescriptionType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


1021
1022
1023
# File 'sig/types.rbs', line 1021

def 
  @aws_account_id
end

#cloud_front_distribution::String

Returns the value of attribute cloud_front_distribution.

Returns:

  • (::String)


1024
1025
1026
# File 'sig/types.rbs', line 1024

def cloud_front_distribution
  @cloud_front_distribution
end

#custom_domain_configTypes::CustomDomainConfigType

Returns the value of attribute custom_domain_config.



1027
1028
1029
# File 'sig/types.rbs', line 1027

def custom_domain_config
  @custom_domain_config
end

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


1022
1023
1024
# File 'sig/types.rbs', line 1022

def domain
  @domain
end

#managed_login_version::Integer

Returns the value of attribute managed_login_version.

Returns:

  • (::Integer)


1028
1029
1030
# File 'sig/types.rbs', line 1028

def 
  @managed_login_version
end

#routingTypes::RoutingType

Returns the value of attribute routing.

Returns:



1029
1030
1031
# File 'sig/types.rbs', line 1029

def routing
  @routing
end

#s3_bucket::String

Returns the value of attribute s3_bucket.

Returns:

  • (::String)


1023
1024
1025
# File 'sig/types.rbs', line 1023

def s3_bucket
  @s3_bucket
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "DELETING", "UPDATING", "ACTIVE", "FAILED")


1026
1027
1028
# File 'sig/types.rbs', line 1026

def status
  @status
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


1020
1021
1022
# File 'sig/types.rbs', line 1020

def user_pool_id
  @user_pool_id
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


1025
1026
1027
# File 'sig/types.rbs', line 1025

def version
  @version
end