Class: Aws::Types::Topic

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#resourceTypes::NotificationResource

Returns the value of attribute resource.



6335
6336
6337
# File 'sig/types.rbs', line 6335

def resource
  @resource
end

#role"PROJECT_OWNER", ...

Returns the value of attribute role.

Returns:

  • ("PROJECT_OWNER", "PROJECT_CONTRIBUTOR", "PROJECT_VIEWER", "DOMAIN_OWNER", "PROJECT_SUBSCRIBER")


6336
6337
6338
# File 'sig/types.rbs', line 6336

def role
  @role
end

#subject::String

Returns the value of attribute subject.

Returns:

  • (::String)


6334
6335
6336
# File 'sig/types.rbs', line 6334

def subject
  @subject
end