Class: Aws::Types::DescribeResourceCollectionHealthResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_formation::Array[Types::CloudFormationHealth]

Returns the value of attribute cloud_formation.

Returns:



275
276
277
# File 'sig/types.rbs', line 275

def cloud_formation
  @cloud_formation
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


277
278
279
# File 'sig/types.rbs', line 277

def next_token
  @next_token
end

#service::Array[Types::ServiceHealth]

Returns the value of attribute service.

Returns:



276
277
278
# File 'sig/types.rbs', line 276

def service
  @service
end

#tags::Array[Types::TagHealth]

Returns the value of attribute tags.

Returns:



278
279
280
# File 'sig/types.rbs', line 278

def tags
  @tags
end