Class: Aws::Types::DistributeImageRequest

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)


568
569
570
# File 'sig/types.rbs', line 568

def client_token
  @client_token
end

#distribution_configuration_arn ⇒ ::String

Returns the value of attribute distribution_configuration_arn.

Returns:

  • (::String)


565
566
567
# File 'sig/types.rbs', line 565

def distribution_configuration_arn
  @distribution_configuration_arn
end

#execution_role ⇒ ::String

Returns the value of attribute execution_role.

Returns:

  • (::String)


566
567
568
# File 'sig/types.rbs', line 566

def execution_role
  @execution_role
end

#logging_configuration ⇒ Types::ImageLoggingConfiguration

Returns the value of attribute logging_configuration.



569
570
571
# File 'sig/types.rbs', line 569

def logging_configuration
  @logging_configuration
end

#source_image ⇒ ::String

Returns the value of attribute source_image.

Returns:

  • (::String)


564
565
566
# File 'sig/types.rbs', line 564

def source_image
  @source_image
end

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

Returns the value of attribute tags.

Returns:

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


567
568
569
# File 'sig/types.rbs', line 567

def tags
  @tags
end