Class: Aws::Types::Asset
- Inherits:
-
Object
- Object
- Aws::Types::Asset
- 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.
-
#egress_endpoints ⇒ ::Array[Types::EgressEndpoint]
Returns the value of attribute egress_endpoints.
-
#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.
12 13 14 |
# File 'sig/types.rbs', line 12 def arn @arn end |
#created_at ⇒ ::String
Returns the value of attribute created_at.
13 14 15 |
# File 'sig/types.rbs', line 13 def created_at @created_at end |
#egress_endpoints ⇒ ::Array[Types::EgressEndpoint]
Returns the value of attribute egress_endpoints.
14 15 16 |
# File 'sig/types.rbs', line 14 def egress_endpoints @egress_endpoints end |
#id ⇒ ::String
Returns the value of attribute id.
15 16 17 |
# File 'sig/types.rbs', line 15 def id @id end |
#packaging_group_id ⇒ ::String
Returns the value of attribute packaging_group_id.
16 17 18 |
# File 'sig/types.rbs', line 16 def packaging_group_id @packaging_group_id end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
17 18 19 |
# File 'sig/types.rbs', line 17 def resource_id @resource_id end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
18 19 20 |
# File 'sig/types.rbs', line 18 def source_arn @source_arn end |
#source_role_arn ⇒ ::String
Returns the value of attribute source_role_arn.
19 20 21 |
# File 'sig/types.rbs', line 19 def source_role_arn @source_role_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
20 21 22 |
# File 'sig/types.rbs', line 20 def @tags end |