Class: Aws::Types::UpdateDistributionTenantRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_group_id::String

Returns the value of attribute connection_group_id.

Returns:

  • (::String)


3978
3979
3980
# File 'sig/types.rbs', line 3978

def connection_group_id
  @connection_group_id
end

#customizationsTypes::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.

Returns:

  • (::String)


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.

Returns:



3975
3976
3977
# File 'sig/types.rbs', line 3975

def domains
  @domains
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


3981
3982
3983
# File 'sig/types.rbs', line 3981

def enabled
  @enabled
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


3973
3974
3975
# File 'sig/types.rbs', line 3973

def id
  @id
end

#if_match::String

Returns the value of attribute if_match.

Returns:

  • (::String)


3979
3980
3981
# File 'sig/types.rbs', line 3979

def if_match
  @if_match
end

#managed_certificate_requestTypes::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.

Returns:



3977
3978
3979
# File 'sig/types.rbs', line 3977

def parameters
  @parameters
end