Class: Aws::Types::EndpointConfigurationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arn::String

Returns the value of attribute certificate_arn.

Returns:

  • (::String)


986
987
988
# File 'sig/types.rbs', line 986

def certificate_arn
  @certificate_arn
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


987
988
989
# File 'sig/types.rbs', line 987

def domain_name
  @domain_name
end

#portal_default_domain_name::String

Returns the value of attribute portal_default_domain_name.

Returns:

  • (::String)


988
989
990
# File 'sig/types.rbs', line 988

def portal_default_domain_name
  @portal_default_domain_name
end

#portal_domain_hosted_zone_id::String

Returns the value of attribute portal_domain_hosted_zone_id.

Returns:

  • (::String)


989
990
991
# File 'sig/types.rbs', line 989

def portal_domain_hosted_zone_id
  @portal_domain_hosted_zone_id
end