Class: Aws::Types::CreateDistributionConfigurationResponse

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)


290
291
292
# File 'sig/types.rbs', line 290

def client_token
  @client_token
end

#distribution_configuration_arn ⇒ ::String

Returns the value of attribute distribution_configuration_arn.

Returns:

  • (::String)


291
292
293
# File 'sig/types.rbs', line 291

def distribution_configuration_arn
  @distribution_configuration_arn
end

#request_id ⇒ ::String

Returns the value of attribute request_id.

Returns:

  • (::String)


289
290
291
# File 'sig/types.rbs', line 289

def request_id
  @request_id
end