Class: Aws::Types::Distribution

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#active_trusted_key_groupsTypes::ActiveTrustedKeyGroups

Returns the value of attribute active_trusted_key_groups.



1092
1093
1094
# File 'sig/types.rbs', line 1092

def active_trusted_key_groups
  @active_trusted_key_groups
end

#active_trusted_signersTypes::ActiveTrustedSigners

Returns the value of attribute active_trusted_signers.



1091
1092
1093
# File 'sig/types.rbs', line 1091

def active_trusted_signers
  @active_trusted_signers
end

#alias_icp_recordals::Array[Types::AliasICPRecordal]

Returns the value of attribute alias_icp_recordals.

Returns:



1094
1095
1096
# File 'sig/types.rbs', line 1094

def alias_icp_recordals
  @alias_icp_recordals
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1086
1087
1088
# File 'sig/types.rbs', line 1086

def arn
  @arn
end

#distribution_configTypes::DistributionConfig

Returns the value of attribute distribution_config.



1093
1094
1095
# File 'sig/types.rbs', line 1093

def distribution_config
  @distribution_config
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


1090
1091
1092
# File 'sig/types.rbs', line 1090

def domain_name
  @domain_name
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1085
1086
1087
# File 'sig/types.rbs', line 1085

def id
  @id
end

#in_progress_invalidation_batches::Integer

Returns the value of attribute in_progress_invalidation_batches.

Returns:

  • (::Integer)


1089
1090
1091
# File 'sig/types.rbs', line 1089

def in_progress_invalidation_batches
  @in_progress_invalidation_batches
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


1088
1089
1090
# File 'sig/types.rbs', line 1088

def last_modified_time
  @last_modified_time
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


1087
1088
1089
# File 'sig/types.rbs', line 1087

def status
  @status
end