Class: Aws::Types::ResourcesListItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_message ⇒ ::String

Returns the value of attribute error_message.

Returns:

  • (::String)


369
370
371
# File 'sig/types.rbs', line 369

def error_message
  @error_message
end

#resource_arn ⇒ ::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


368
369
370
# File 'sig/types.rbs', line 368

def resource_arn
  @resource_arn
end

#resource_type ⇒ ::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


371
372
373
# File 'sig/types.rbs', line 371

def resource_type
  @resource_type
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


370
371
372
# File 'sig/types.rbs', line 370

def status
  @status
end