Class: Aws::Types::AffectedEntity

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


23
24
25
# File 'sig/types.rbs', line 23

def 
  
end

#entity_arn::String

Returns the value of attribute entity_arn.

Returns:

  • (::String)


19
20
21
# File 'sig/types.rbs', line 19

def entity_arn
  @entity_arn
end

#entity_metadata::Hash[::String, ::String]

Returns the value of attribute entity_metadata.

Returns:

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


27
28
29
# File 'sig/types.rbs', line 27

def 
  
end

#entity_url::String

Returns the value of attribute entity_url.

Returns:

  • (::String)


22
23
24
# File 'sig/types.rbs', line 22

def entity_url
  @entity_url
end

#entity_value::String

Returns the value of attribute entity_value.

Returns:

  • (::String)


21
22
23
# File 'sig/types.rbs', line 21

def entity_value
  @entity_value
end

#event_arn::String

Returns the value of attribute event_arn.

Returns:

  • (::String)


20
21
22
# File 'sig/types.rbs', line 20

def event_arn
  @event_arn
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


24
25
26
# File 'sig/types.rbs', line 24

def last_updated_time
  @last_updated_time
end

#status_code"IMPAIRED", ...

Returns the value of attribute status_code.

Returns:

  • ("IMPAIRED", "UNIMPAIRED", "UNKNOWN", "PENDING", "RESOLVED")


25
26
27
# File 'sig/types.rbs', line 25

def status_code
  @status_code
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


26
27
28
# File 'sig/types.rbs', line 26

def tags
  @tags
end