Class: Aws::FIS::Types::ActionSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb

Overview

Provides a summary of an action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the action.

Returns:

  • (String)


100
101
102
103
104
105
106
107
108
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 100

class ActionSummary < Struct.new(
  :id,
  :arn,
  :description,
  :targets,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description for the action.

Returns:

  • (String)


100
101
102
103
104
105
106
107
108
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 100

class ActionSummary < Struct.new(
  :id,
  :arn,
  :description,
  :targets,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the action.

Returns:

  • (String)


100
101
102
103
104
105
106
107
108
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 100

class ActionSummary < Struct.new(
  :id,
  :arn,
  :description,
  :targets,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags for the action.

Returns:

  • (Hash<String,String>)


100
101
102
103
104
105
106
107
108
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 100

class ActionSummary < Struct.new(
  :id,
  :arn,
  :description,
  :targets,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#targetsHash<String,Types::ActionTarget>

The targets for the action.

Returns:



100
101
102
103
104
105
106
107
108
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 100

class ActionSummary < Struct.new(
  :id,
  :arn,
  :description,
  :targets,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end