Class: Aws::Types::AssetShallow
- Inherits:
-
Object
- Object
- Aws::Types::AssetShallow
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::String
Returns the value of attribute created_at.
-
#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
#arn ⇒ ::String
Returns the value of attribute arn.
41 42 43 |
# File 'sig/types.rbs', line 41 def arn @arn end |
#created_at ⇒ ::String
Returns the value of attribute created_at.
42 43 44 |
# File 'sig/types.rbs', line 42 def created_at @created_at end |
#id ⇒ ::String
Returns the value of attribute id.
43 44 45 |
# File 'sig/types.rbs', line 43 def id @id end |
#packaging_group_id ⇒ ::String
Returns the value of attribute packaging_group_id.
44 45 46 |
# File 'sig/types.rbs', line 44 def packaging_group_id @packaging_group_id end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
45 46 47 |
# File 'sig/types.rbs', line 45 def resource_id @resource_id end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
46 47 48 |
# File 'sig/types.rbs', line 46 def source_arn @source_arn end |
#source_role_arn ⇒ ::String
Returns the value of attribute source_role_arn.
47 48 49 |
# File 'sig/types.rbs', line 47 def source_role_arn @source_role_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
48 49 50 |
# File 'sig/types.rbs', line 48 def @tags end |