Class: Aws::Types::Action

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


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

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


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

def role_arn
  @role_arn
end

#uri ⇒ ::String

Returns the value of attribute uri.

Returns:

  • (::String)


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

def uri
  @uri
end