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.
933 934 935 |
# File 'sig/types.rbs', line 933 def asset_arn @asset_arn end |
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
932 933 934 |
# File 'sig/types.rbs', line 932 def asset_id @asset_id end |
#asset_status ⇒ Types::AssetStatus
Returns the value of attribute asset_status.
934 935 936 |
# File 'sig/types.rbs', line 934 def asset_status @asset_status end |