Class: Aws::Types::DomainDescriptionType
- Inherits:
-
Object
- Object
- Aws::Types::DomainDescriptionType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#cloud_front_distribution ⇒ ::String
Returns the value of attribute cloud_front_distribution.
-
#custom_domain_config ⇒ Types::CustomDomainConfigType
Returns the value of attribute custom_domain_config.
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#managed_login_version ⇒ ::Integer
Returns the value of attribute managed_login_version.
-
#routing ⇒ Types::RoutingType
Returns the value of attribute routing.
-
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
1040 1041 1042 |
# File 'sig/types.rbs', line 1040 def aws_account_id @aws_account_id end |
#cloud_front_distribution ⇒ ::String
Returns the value of attribute cloud_front_distribution.
1043 1044 1045 |
# File 'sig/types.rbs', line 1043 def cloud_front_distribution @cloud_front_distribution end |
#custom_domain_config ⇒ Types::CustomDomainConfigType
Returns the value of attribute custom_domain_config.
1046 1047 1048 |
# File 'sig/types.rbs', line 1046 def custom_domain_config @custom_domain_config end |
#domain ⇒ ::String
Returns the value of attribute domain.
1041 1042 1043 |
# File 'sig/types.rbs', line 1041 def domain @domain end |
#managed_login_version ⇒ ::Integer
Returns the value of attribute managed_login_version.
1047 1048 1049 |
# File 'sig/types.rbs', line 1047 def managed_login_version @managed_login_version end |
#routing ⇒ Types::RoutingType
Returns the value of attribute routing.
1048 1049 1050 |
# File 'sig/types.rbs', line 1048 def routing @routing end |
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
1042 1043 1044 |
# File 'sig/types.rbs', line 1042 def s3_bucket @s3_bucket end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
1045 1046 1047 |
# File 'sig/types.rbs', line 1045 def status @status end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
1039 1040 1041 |
# File 'sig/types.rbs', line 1039 def user_pool_id @user_pool_id end |
#version ⇒ ::String
Returns the value of attribute version.
1044 1045 1046 |
# File 'sig/types.rbs', line 1044 def version @version end |