Class: Aws::Types::CreateAssetRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAssetRequest
- 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.
95 96 97 |
# File 'sig/types.rbs', line 95 def id @id end |
#packaging_group_id ⇒ ::String
Returns the value of attribute packaging_group_id.
96 97 98 |
# File 'sig/types.rbs', line 96 def packaging_group_id @packaging_group_id end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
97 98 99 |
# File 'sig/types.rbs', line 97 def resource_id @resource_id end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
98 99 100 |
# File 'sig/types.rbs', line 98 def source_arn @source_arn end |
#source_role_arn ⇒ ::String
Returns the value of attribute source_role_arn.
99 100 101 |
# File 'sig/types.rbs', line 99 def source_role_arn @source_role_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
100 101 102 |
# File 'sig/types.rbs', line 100 def end |