Class: Aws::Types::CreateNotificationRuleRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


32
33
34
# File 'sig/types.rbs', line 32

def client_request_token
  @client_request_token
end

#detail_type"BASIC", "FULL"

Returns the value of attribute detail_type.

Returns:

  • ("BASIC", "FULL")


31
32
33
# File 'sig/types.rbs', line 31

def detail_type
  @detail_type
end

#event_type_ids::Array[::String]

Returns the value of attribute event_type_ids.

Returns:

  • (::Array[::String])


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

def event_type_ids
  @event_type_ids
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#resource::String

Returns the value of attribute resource.

Returns:

  • (::String)


29
30
31
# File 'sig/types.rbs', line 29

def resource
  @resource
end

#status"ENABLED", "DISABLED"

Returns the value of attribute status.

Returns:

  • ("ENABLED", "DISABLED")


34
35
36
# File 'sig/types.rbs', line 34

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


33
34
35
# File 'sig/types.rbs', line 33

def tags
  @tags
end

#targets::Array[Types::Target]

Returns the value of attribute targets.

Returns:



30
31
32
# File 'sig/types.rbs', line 30

def targets
  @targets
end