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.
1021 1022 1023 |
# File 'sig/types.rbs', line 1021 def aws_account_id @aws_account_id end |
#cloud_front_distribution ⇒ ::String
Returns the value of attribute cloud_front_distribution.
1024 1025 1026 |
# File 'sig/types.rbs', line 1024 def cloud_front_distribution @cloud_front_distribution end |
#custom_domain_config ⇒ Types::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.
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.
1028 1029 1030 |
# File 'sig/types.rbs', line 1028 def managed_login_version @managed_login_version end |
#routing ⇒ Types::RoutingType
Returns the value of attribute routing.
1029 1030 1031 |
# File 'sig/types.rbs', line 1029 def routing @routing end |
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
1023 1024 1025 |
# File 'sig/types.rbs', line 1023 def s3_bucket @s3_bucket end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
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.
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.
1025 1026 1027 |
# File 'sig/types.rbs', line 1025 def version @version end |