Class: Aws::Types::CreateCertificateRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_name::String

Returns the value of attribute certificate_name.

Returns:

  • (::String)


554
555
556
# File 'sig/types.rbs', line 554

def certificate_name
  @certificate_name
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


555
556
557
# File 'sig/types.rbs', line 555

def domain_name
  @domain_name
end

#subject_alternative_names::Array[::String]

Returns the value of attribute subject_alternative_names.

Returns:

  • (::Array[::String])


556
557
558
# File 'sig/types.rbs', line 556

def subject_alternative_names
  @subject_alternative_names
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



557
558
559
# File 'sig/types.rbs', line 557

def tags
  @tags
end