Class: Aws::Types::Permission

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:



236
237
238
# File 'sig/types.rbs', line 236

def action
  @action
end

#principal::String

Returns the value of attribute principal.

Returns:



237
238
239
# File 'sig/types.rbs', line 237

def principal
  @principal
end

#profile_version::String

Returns the value of attribute profile_version.

Returns:



239
240
241
# File 'sig/types.rbs', line 239

def profile_version
  @profile_version
end

#statement_id::String

Returns the value of attribute statement_id.

Returns:



238
239
240
# File 'sig/types.rbs', line 238

def statement_id
  @statement_id
end