Class: Aws::Types::CreateAssetResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_arn::String

Returns the value of attribute asset_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


929
930
931
# File 'sig/types.rbs', line 929

def asset_id
  @asset_id
end

#asset_statusTypes::AssetStatus

Returns the value of attribute asset_status.

Returns:



931
932
933
# File 'sig/types.rbs', line 931

def asset_status
  @asset_status
end