Class: Aws::Types::CreateLoadBalancerTlsCertificateRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_alternative_names::Array[::String]

Returns the value of attribute certificate_alternative_names.

Returns:



818
819
820
# File 'sig/types.rbs', line 818

def certificate_alternative_names
  @certificate_alternative_names
end

#certificate_domain_name::String

Returns the value of attribute certificate_domain_name.

Returns:



817
818
819
# File 'sig/types.rbs', line 817

def certificate_domain_name
  @certificate_domain_name
end

#certificate_name::String

Returns the value of attribute certificate_name.

Returns:



816
817
818
# File 'sig/types.rbs', line 816

def certificate_name
  @certificate_name
end

#load_balancer_name::String

Returns the value of attribute load_balancer_name.

Returns:



815
816
817
# File 'sig/types.rbs', line 815

def load_balancer_name
  @load_balancer_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



819
820
821
# File 'sig/types.rbs', line 819

def tags
  @tags
end