Class: Aws::Types::DescribeHubResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_enable_controlsBoolean

Returns the value of attribute auto_enable_controls.

Returns:

  • (Boolean)


5498
5499
5500
# File 'sig/types.rbs', line 5498

def auto_enable_controls
  @auto_enable_controls
end

#control_finding_generator"STANDARD_CONTROL", "SECURITY_CONTROL"

Returns the value of attribute control_finding_generator.

Returns:

  • ("STANDARD_CONTROL", "SECURITY_CONTROL")


5499
5500
5501
# File 'sig/types.rbs', line 5499

def control_finding_generator
  @control_finding_generator
end

#hub_arn::String

Returns the value of attribute hub_arn.

Returns:

  • (::String)


5496
5497
5498
# File 'sig/types.rbs', line 5496

def hub_arn
  @hub_arn
end

#subscribed_at::String

Returns the value of attribute subscribed_at.

Returns:

  • (::String)


5497
5498
5499
# File 'sig/types.rbs', line 5497

def subscribed_at
  @subscribed_at
end