Class: Aws::Types::AddProfilePermissionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action::String

Returns the value of attribute action.

Returns:

  • (::String)


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

def action
  @action
end

#principal::String

Returns the value of attribute principal.

Returns:

  • (::String)


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

def principal
  @principal
end

#profile_name::String

Returns the value of attribute profile_name.

Returns:

  • (::String)


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

def profile_name
  @profile_name
end

#profile_version::String

Returns the value of attribute profile_version.

Returns:

  • (::String)


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

def profile_version
  @profile_version
end

#revision_id::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


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

def revision_id
  @revision_id
end

#statement_id::String

Returns the value of attribute statement_id.

Returns:

  • (::String)


23
24
25
# File 'sig/types.rbs', line 23

def statement_id
  @statement_id
end