Class: Aws::Types::ActionGroupSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_group_id::String

Returns the value of attribute action_group_id.

Returns:

  • (::String)


45
46
47
# File 'sig/types.rbs', line 45

def action_group_id
  @action_group_id
end

#action_group_name::String

Returns the value of attribute action_group_name.

Returns:

  • (::String)


46
47
48
# File 'sig/types.rbs', line 46

def action_group_name
  @action_group_name
end

#action_group_state"ENABLED", "DISABLED"

Returns the value of attribute action_group_state.

Returns:

  • ("ENABLED", "DISABLED")


47
48
49
# File 'sig/types.rbs', line 47

def action_group_state
  @action_group_state
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


48
49
50
# File 'sig/types.rbs', line 48

def description
  @description
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


49
50
51
# File 'sig/types.rbs', line 49

def updated_at
  @updated_at
end