Class: Aws::Types::DistributionConfigurationSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


604
605
606
# File 'sig/types.rbs', line 604

def arn
  @arn
end

#date_created ⇒ ::String

Returns the value of attribute date_created.

Returns:

  • (::String)


607
608
609
# File 'sig/types.rbs', line 607

def date_created
  @date_created
end

#date_updated ⇒ ::String

Returns the value of attribute date_updated.

Returns:

  • (::String)


608
609
610
# File 'sig/types.rbs', line 608

def date_updated
  @date_updated
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


606
607
608
# File 'sig/types.rbs', line 606

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


605
606
607
# File 'sig/types.rbs', line 605

def name
  @name
end

#regions ⇒ ::Array[::String]

Returns the value of attribute regions.

Returns:

  • (::Array[::String])


610
611
612
# File 'sig/types.rbs', line 610

def regions
  @regions
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


609
610
611
# File 'sig/types.rbs', line 609

def tags
  @tags
end