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)


1040
1041
1042
# File 'sig/types.rbs', line 1040

def 
  @aws_account_id
end

#cloud_front_distribution::String

Returns the value of attribute cloud_front_distribution.

Returns:

  • (::String)


1043
1044
1045
# File 'sig/types.rbs', line 1043

def cloud_front_distribution
  @cloud_front_distribution
end

#custom_domain_configTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


1047
1048
1049
# File 'sig/types.rbs', line 1047

def 
  @managed_login_version
end

#routingTypes::RoutingType

Returns the value of attribute routing.

Returns:



1048
1049
1050
# File 'sig/types.rbs', line 1048

def routing
  @routing
end

#s3_bucket::String

Returns the value of attribute s3_bucket.

Returns:

  • (::String)


1042
1043
1044
# File 'sig/types.rbs', line 1042

def s3_bucket
  @s3_bucket
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1044
1045
1046
# File 'sig/types.rbs', line 1044

def version
  @version
end