Class: Aws::Types::AwsEventsEventbusDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


2863
2864
2865
# File 'sig/types.rbs', line 2863

def arn
  @arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2864
2865
2866
# File 'sig/types.rbs', line 2864

def name
  @name
end

#policy::String

Returns the value of attribute policy.

Returns:

  • (::String)


2865
2866
2867
# File 'sig/types.rbs', line 2865

def policy
  @policy
end