Class: Aws::Types::CreateAssetResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateAssetResponse
- 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.
105 106 107 |
# File 'sig/types.rbs', line 105 def arn @arn end |
#created_at ⇒ ::String
Returns the value of attribute created_at.
106 107 108 |
# File 'sig/types.rbs', line 106 def created_at @created_at end |
#egress_endpoints ⇒ ::Array[Types::EgressEndpoint]
Returns the value of attribute egress_endpoints.
107 108 109 |
# File 'sig/types.rbs', line 107 def egress_endpoints @egress_endpoints end |
#id ⇒ ::String
Returns the value of attribute id.
108 109 110 |
# File 'sig/types.rbs', line 108 def id @id end |
#packaging_group_id ⇒ ::String
Returns the value of attribute packaging_group_id.
109 110 111 |
# File 'sig/types.rbs', line 109 def packaging_group_id @packaging_group_id end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
110 111 112 |
# File 'sig/types.rbs', line 110 def resource_id @resource_id end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
111 112 113 |
# File 'sig/types.rbs', line 111 def source_arn @source_arn end |
#source_role_arn ⇒ ::String
Returns the value of attribute source_role_arn.
112 113 114 |
# File 'sig/types.rbs', line 112 def source_role_arn @source_role_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
113 114 115 |
# File 'sig/types.rbs', line 113 def @tags end |