Class: Aws::SecurityHub::Types::AssociationStateDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AssociationStateDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Describes the state of an association between a route table and a subnet or gateway.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#state ⇒ String
The state of the association.
-
#status_message ⇒ String
The status message, if applicable.
Instance Attribute Details
#state ⇒ String
The state of the association.
421 422 423 424 425 426 |
# File 'lib/aws-sdk-securityhub/types.rb', line 421 class AssociationStateDetails < Struct.new( :state, :status_message) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
The status message, if applicable.
421 422 423 424 425 426 |
# File 'lib/aws-sdk-securityhub/types.rb', line 421 class AssociationStateDetails < Struct.new( :state, :status_message) SENSITIVE = [] include Aws::Structure end |