Class: Aws::Types::AssetCreateParameters
- Inherits:
-
Object
- Object
- Aws::Types::AssetCreateParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#packaging_group_id ⇒ ::String
Returns the value of attribute packaging_group_id.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
-
#source_role_arn ⇒ ::String
Returns the value of attribute source_role_arn.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
25 26 27 |
# File 'sig/types.rbs', line 25 def id @id end |
#packaging_group_id ⇒ ::String
Returns the value of attribute packaging_group_id.
26 27 28 |
# File 'sig/types.rbs', line 26 def packaging_group_id @packaging_group_id end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
27 28 29 |
# File 'sig/types.rbs', line 27 def resource_id @resource_id end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
28 29 30 |
# File 'sig/types.rbs', line 28 def source_arn @source_arn end |
#source_role_arn ⇒ ::String
Returns the value of attribute source_role_arn.
29 30 31 |
# File 'sig/types.rbs', line 29 def source_role_arn @source_role_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
30 31 32 |
# File 'sig/types.rbs', line 30 def @tags end |