Class: Aws::Types::CreateCertificateRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCertificateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_name ⇒ ::String
Returns the value of attribute certificate_name.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#subject_alternative_names ⇒ ::Array[::String]
Returns the value of attribute subject_alternative_names.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#certificate_name ⇒ ::String
Returns the value of attribute certificate_name.
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.
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.
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.
557 558 559 |
# File 'sig/types.rbs', line 557 def @tags end |