Class: Aws::Types::CreateDistributionTenantRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDistributionTenantRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_group_id ⇒ ::String
Returns the value of attribute connection_group_id.
-
#customizations ⇒ Types::Customizations
Returns the value of attribute customizations.
-
#distribution_id ⇒ ::String
Returns the value of attribute distribution_id.
-
#domains ⇒ ::Array[Types::DomainItem]
Returns the value of attribute domains.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#managed_certificate_request ⇒ Types::ManagedCertificateRequest
Returns the value of attribute managed_certificate_request.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#parameters ⇒ ::Array[Types::Parameter]
Returns the value of attribute parameters.
-
#tags ⇒ Types::Tags
Returns the value of attribute tags.
Instance Attribute Details
#connection_group_id ⇒ ::String
Returns the value of attribute connection_group_id.
581 582 583 |
# File 'sig/types.rbs', line 581 def connection_group_id @connection_group_id end |
#customizations ⇒ Types::Customizations
Returns the value of attribute customizations.
579 580 581 |
# File 'sig/types.rbs', line 579 def customizations @customizations end |
#distribution_id ⇒ ::String
Returns the value of attribute distribution_id.
575 576 577 |
# File 'sig/types.rbs', line 575 def distribution_id @distribution_id end |
#domains ⇒ ::Array[Types::DomainItem]
Returns the value of attribute domains.
577 578 579 |
# File 'sig/types.rbs', line 577 def domains @domains end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
583 584 585 |
# File 'sig/types.rbs', line 583 def enabled @enabled end |
#managed_certificate_request ⇒ Types::ManagedCertificateRequest
Returns the value of attribute managed_certificate_request.
582 583 584 |
# File 'sig/types.rbs', line 582 def managed_certificate_request @managed_certificate_request end |
#name ⇒ ::String
Returns the value of attribute name.
576 577 578 |
# File 'sig/types.rbs', line 576 def name @name end |
#parameters ⇒ ::Array[Types::Parameter]
Returns the value of attribute parameters.
580 581 582 |
# File 'sig/types.rbs', line 580 def parameters @parameters end |
#tags ⇒ Types::Tags
Returns the value of attribute tags.
578 579 580 |
# File 'sig/types.rbs', line 578 def @tags end |