Class: Aws::Types::CreateDistributionConfigurationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


283
284
285
# File 'sig/types.rbs', line 283

def client_token
  @client_token
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


280
281
282
# File 'sig/types.rbs', line 280

def description
  @description
end

#distributions ⇒ ::Array[Types::Distribution]

Returns the value of attribute distributions.

Returns:



281
282
283
# File 'sig/types.rbs', line 281

def distributions
  @distributions
end

#dry_run ⇒ Boolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


284
285
286
# File 'sig/types.rbs', line 284

def dry_run
  @dry_run
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


279
280
281
# File 'sig/types.rbs', line 279

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


282
283
284
# File 'sig/types.rbs', line 282

def tags
  @tags
end