Class: Aws::Types::UpdateDistributionTenantRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDistributionTenantRequest
- 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.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#if_match ⇒ ::String
Returns the value of attribute if_match.
-
#managed_certificate_request ⇒ Types::ManagedCertificateRequest
Returns the value of attribute managed_certificate_request.
-
#parameters ⇒ ::Array[Types::Parameter]
Returns the value of attribute parameters.
Instance Attribute Details
#connection_group_id ⇒ ::String
Returns the value of attribute connection_group_id.
3978 3979 3980 |
# File 'sig/types.rbs', line 3978 def connection_group_id @connection_group_id end |
#customizations ⇒ Types::Customizations
Returns the value of attribute customizations.
3976 3977 3978 |
# File 'sig/types.rbs', line 3976 def customizations @customizations end |
#distribution_id ⇒ ::String
Returns the value of attribute distribution_id.
3974 3975 3976 |
# File 'sig/types.rbs', line 3974 def distribution_id @distribution_id end |
#domains ⇒ ::Array[Types::DomainItem]
Returns the value of attribute domains.
3975 3976 3977 |
# File 'sig/types.rbs', line 3975 def domains @domains end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
3981 3982 3983 |
# File 'sig/types.rbs', line 3981 def enabled @enabled end |
#id ⇒ ::String
Returns the value of attribute id.
3973 3974 3975 |
# File 'sig/types.rbs', line 3973 def id @id end |
#if_match ⇒ ::String
Returns the value of attribute if_match.
3979 3980 3981 |
# File 'sig/types.rbs', line 3979 def if_match @if_match end |
#managed_certificate_request ⇒ Types::ManagedCertificateRequest
Returns the value of attribute managed_certificate_request.
3980 3981 3982 |
# File 'sig/types.rbs', line 3980 def managed_certificate_request @managed_certificate_request end |
#parameters ⇒ ::Array[Types::Parameter]
Returns the value of attribute parameters.
3977 3978 3979 |
# File 'sig/types.rbs', line 3977 def parameters @parameters end |