Class: Aws::Types::StandardsSubscription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#provider"AWS", "Azure"

Returns the value of attribute provider.

Returns:

  • ("AWS", "Azure")


7736
7737
7738
# File 'sig/types.rbs', line 7736

def provider
  @provider
end

#standards_arn::String

Returns the value of attribute standards_arn.

Returns:

  • (::String)


7731
7732
7733
# File 'sig/types.rbs', line 7731

def standards_arn
  @standards_arn
end

#standards_controls_updatable"READY_FOR_UPDATES", "NOT_READY_FOR_UPDATES"

Returns the value of attribute standards_controls_updatable.

Returns:

  • ("READY_FOR_UPDATES", "NOT_READY_FOR_UPDATES")


7734
7735
7736
# File 'sig/types.rbs', line 7734

def standards_controls_updatable
  @standards_controls_updatable
end

#standards_input::Hash[::String, ::String]

Returns the value of attribute standards_input.

Returns:

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


7732
7733
7734
# File 'sig/types.rbs', line 7732

def standards_input
  @standards_input
end

#standards_status"PENDING", ...

Returns the value of attribute standards_status.

Returns:

  • ("PENDING", "READY", "FAILED", "DELETING", "INCOMPLETE")


7733
7734
7735
# File 'sig/types.rbs', line 7733

def standards_status
  @standards_status
end

#standards_status_reasonTypes::StandardsStatusReason

Returns the value of attribute standards_status_reason.



7735
7736
7737
# File 'sig/types.rbs', line 7735

def standards_status_reason
  @standards_status_reason
end

#standards_subscription_arn::String

Returns the value of attribute standards_subscription_arn.

Returns:

  • (::String)


7730
7731
7732
# File 'sig/types.rbs', line 7730

def standards_subscription_arn
  @standards_subscription_arn
end