Class: Aws::Types::CopyProjectVersionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_project_arn::String

Returns the value of attribute destination_project_arn.

Returns:

  • (::String)


194
195
196
# File 'sig/types.rbs', line 194

def destination_project_arn
  @destination_project_arn
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


198
199
200
# File 'sig/types.rbs', line 198

def kms_key_id
  @kms_key_id
end

#output_configTypes::OutputConfig

Returns the value of attribute output_config.

Returns:



196
197
198
# File 'sig/types.rbs', line 196

def output_config
  @output_config
end

#source_project_arn::String

Returns the value of attribute source_project_arn.

Returns:

  • (::String)


192
193
194
# File 'sig/types.rbs', line 192

def source_project_arn
  @source_project_arn
end

#source_project_version_arn::String

Returns the value of attribute source_project_version_arn.

Returns:

  • (::String)


193
194
195
# File 'sig/types.rbs', line 193

def source_project_version_arn
  @source_project_version_arn
end

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

Returns the value of attribute tags.

Returns:

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


197
198
199
# File 'sig/types.rbs', line 197

def tags
  @tags
end

#version_name::String

Returns the value of attribute version_name.

Returns:

  • (::String)


195
196
197
# File 'sig/types.rbs', line 195

def version_name
  @version_name
end