Class: Aws::Types::CopyProjectVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CopyProjectVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_project_arn ⇒ ::String
Returns the value of attribute destination_project_arn.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#output_config ⇒ Types::OutputConfig
Returns the value of attribute output_config.
-
#source_project_arn ⇒ ::String
Returns the value of attribute source_project_arn.
-
#source_project_version_arn ⇒ ::String
Returns the value of attribute source_project_version_arn.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#version_name ⇒ ::String
Returns the value of attribute version_name.
Instance Attribute Details
#destination_project_arn ⇒ ::String
Returns the value of attribute destination_project_arn.
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.
198 199 200 |
# File 'sig/types.rbs', line 198 def kms_key_id @kms_key_id end |
#output_config ⇒ Types::OutputConfig
Returns the value of attribute output_config.
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.
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.
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.
197 198 199 |
# File 'sig/types.rbs', line 197 def @tags end |
#version_name ⇒ ::String
Returns the value of attribute version_name.
195 196 197 |
# File 'sig/types.rbs', line 195 def version_name @version_name end |