Class: Aws::Types::DescribeNotificationRuleResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


68
69
70
# File 'sig/types.rbs', line 68

def arn
  @arn
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


74
75
76
# File 'sig/types.rbs', line 74

def created_by
  @created_by
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


76
77
78
# File 'sig/types.rbs', line 76

def created_timestamp
  @created_timestamp
end

#detail_type"BASIC", "FULL"

Returns the value of attribute detail_type.

Returns:

  • ("BASIC", "FULL")


73
74
75
# File 'sig/types.rbs', line 73

def detail_type
  @detail_type
end

#event_types::Array[Types::EventTypeSummary]

Returns the value of attribute event_types.

Returns:



70
71
72
# File 'sig/types.rbs', line 70

def event_types
  @event_types
end

#last_modified_timestamp::Time

Returns the value of attribute last_modified_timestamp.

Returns:

  • (::Time)


77
78
79
# File 'sig/types.rbs', line 77

def last_modified_timestamp
  @last_modified_timestamp
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


69
70
71
# File 'sig/types.rbs', line 69

def name
  @name
end

#resource::String

Returns the value of attribute resource.

Returns:

  • (::String)


71
72
73
# File 'sig/types.rbs', line 71

def resource
  @resource
end

#status"ENABLED", "DISABLED"

Returns the value of attribute status.

Returns:

  • ("ENABLED", "DISABLED")


75
76
77
# File 'sig/types.rbs', line 75

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


78
79
80
# File 'sig/types.rbs', line 78

def tags
  @tags
end

#targets::Array[Types::TargetSummary]

Returns the value of attribute targets.

Returns:



72
73
74
# File 'sig/types.rbs', line 72

def targets
  @targets
end