Class: Aws::Types::CopyDistributionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#caller_reference::String

Returns the value of attribute caller_reference.

Returns:

  • (::String)


469
470
471
# File 'sig/types.rbs', line 469

def caller_reference
  @caller_reference
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


470
471
472
# File 'sig/types.rbs', line 470

def enabled
  @enabled
end

#if_match::String

Returns the value of attribute if_match.

Returns:

  • (::String)


468
469
470
# File 'sig/types.rbs', line 468

def if_match
  @if_match
end

#primary_distribution_id::String

Returns the value of attribute primary_distribution_id.

Returns:

  • (::String)


466
467
468
# File 'sig/types.rbs', line 466

def primary_distribution_id
  @primary_distribution_id
end

#stagingBoolean

Returns the value of attribute staging.

Returns:

  • (Boolean)


467
468
469
# File 'sig/types.rbs', line 467

def staging
  @staging
end