Class: Aws::Types::CreateDistributionTenantRequest

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)


581
582
583
# File 'sig/types.rbs', line 581

def connection_group_id
  @connection_group_id
end

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

Returns:

  • (::String)


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.

Returns:



577
578
579
# File 'sig/types.rbs', line 577

def domains
  @domains
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


583
584
585
# File 'sig/types.rbs', line 583

def enabled
  @enabled
end

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

Returns:

  • (::String)


576
577
578
# File 'sig/types.rbs', line 576

def name
  @name
end

#parameters::Array[Types::Parameter]

Returns the value of attribute parameters.

Returns:



580
581
582
# File 'sig/types.rbs', line 580

def parameters
  @parameters
end

#tagsTypes::Tags

Returns the value of attribute tags.

Returns:



578
579
580
# File 'sig/types.rbs', line 578

def tags
  @tags
end