Class: Aws::Types::TrustedAdvisorResourceDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#is_suppressedBoolean

Returns the value of attribute is_suppressed.

Returns:

  • (Boolean)


489
490
491
# File 'sig/types.rbs', line 489

def is_suppressed
  @is_suppressed
end

#metadata::Array[::String]

Returns the value of attribute metadata.

Returns:

  • (::Array[::String])


490
491
492
# File 'sig/types.rbs', line 490

def 
  @metadata
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


487
488
489
# File 'sig/types.rbs', line 487

def region
  @region
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


488
489
490
# File 'sig/types.rbs', line 488

def resource_id
  @resource_id
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


486
487
488
# File 'sig/types.rbs', line 486

def status
  @status
end