Class: Aws::Types::DescribeAssetResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAssetResponse
- 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.
216 217 218 |
# File 'sig/types.rbs', line 216 def arn @arn end |
#created_at ⇒ ::String
Returns the value of attribute created_at.
217 218 219 |
# File 'sig/types.rbs', line 217 def created_at @created_at end |
#egress_endpoints ⇒ ::Array[Types::EgressEndpoint]
Returns the value of attribute egress_endpoints.
218 219 220 |
# File 'sig/types.rbs', line 218 def egress_endpoints @egress_endpoints end |
#id ⇒ ::String
Returns the value of attribute id.
219 220 221 |
# File 'sig/types.rbs', line 219 def id @id end |
#packaging_group_id ⇒ ::String
Returns the value of attribute packaging_group_id.
220 221 222 |
# File 'sig/types.rbs', line 220 def packaging_group_id @packaging_group_id end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
221 222 223 |
# File 'sig/types.rbs', line 221 def resource_id @resource_id end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
222 223 224 |
# File 'sig/types.rbs', line 222 def source_arn @source_arn end |
#source_role_arn ⇒ ::String
Returns the value of attribute source_role_arn.
223 224 225 |
# File 'sig/types.rbs', line 223 def source_role_arn @source_role_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
224 225 226 |
# File 'sig/types.rbs', line 224 def @tags end |