Class: Aws::Types::AssetScope

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_id::String

Returns the value of attribute asset_id.

Returns:

  • (::String)


329
330
331
# File 'sig/types.rbs', line 329

def asset_id
  @asset_id
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


332
333
334
# File 'sig/types.rbs', line 332

def error_message
  @error_message
end

#filter_ids::Array[::String]

Returns the value of attribute filter_ids.

Returns:

  • (::Array[::String])


330
331
332
# File 'sig/types.rbs', line 330

def filter_ids
  @filter_ids
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


331
332
333
# File 'sig/types.rbs', line 331

def status
  @status
end