Class: Aws::Types::DescribeOrganizationResourceCollectionHealthResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account::Array[Types::AccountHealth]

Returns the value of attribute account.

Returns:



262
263
264
# File 'sig/types.rbs', line 262

def 
  @account
end

#cloud_formation::Array[Types::CloudFormationHealth]

Returns the value of attribute cloud_formation.

Returns:



260
261
262
# File 'sig/types.rbs', line 260

def cloud_formation
  @cloud_formation
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


263
264
265
# File 'sig/types.rbs', line 263

def next_token
  @next_token
end

#service::Array[Types::ServiceHealth]

Returns the value of attribute service.

Returns:



261
262
263
# File 'sig/types.rbs', line 261

def service
  @service
end

#tags::Array[Types::TagHealth]

Returns the value of attribute tags.

Returns:



264
265
266
# File 'sig/types.rbs', line 264

def tags
  @tags
end