Class: Aws::Types::CreateAssetResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateAssetResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_arn ⇒ ::String
Returns the value of attribute asset_arn.
-
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
-
#asset_status ⇒ Types::AssetStatus
Returns the value of attribute asset_status.
Instance Attribute Details
#asset_arn ⇒ ::String
Returns the value of attribute asset_arn.
930 931 932 |
# File 'sig/types.rbs', line 930 def asset_arn @asset_arn end |
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
929 930 931 |
# File 'sig/types.rbs', line 929 def asset_id @asset_id end |
#asset_status ⇒ Types::AssetStatus
Returns the value of attribute asset_status.
931 932 933 |
# File 'sig/types.rbs', line 931 def asset_status @asset_status end |