Class: Aws::Types::ResourceDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#logical_resource_id::String

Returns the value of attribute logical_resource_id.

Returns:

  • (::String)


1455
1456
1457
# File 'sig/types.rbs', line 1455

def logical_resource_id
  @logical_resource_id
end

#resource_identifier::Hash[::String, ::String]

Returns the value of attribute resource_identifier.

Returns:

  • (::Hash[::String, ::String])


1456
1457
1458
# File 'sig/types.rbs', line 1456

def resource_identifier
  @resource_identifier
end

#resource_status"PENDING", ...

Returns the value of attribute resource_status.

Returns:

  • ("PENDING", "IN_PROGRESS", "FAILED", "COMPLETE")


1457
1458
1459
# File 'sig/types.rbs', line 1457

def resource_status
  @resource_status
end

#resource_status_reason::String

Returns the value of attribute resource_status_reason.

Returns:

  • (::String)


1458
1459
1460
# File 'sig/types.rbs', line 1458

def resource_status_reason
  @resource_status_reason
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1454
1455
1456
# File 'sig/types.rbs', line 1454

def resource_type
  @resource_type
end

#warnings::Array[Types::WarningDetail]

Returns the value of attribute warnings.

Returns:



1459
1460
1461
# File 'sig/types.rbs', line 1459

def warnings
  @warnings
end