Class: Aws::Types::AddLayerVersionPermissionRequest

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)


30
31
32
# File 'sig/types.rbs', line 30

def action
  @action
end

#layer_name::String

Returns the value of attribute layer_name.

Returns:

  • (::String)


27
28
29
# File 'sig/types.rbs', line 27

def layer_name
  @layer_name
end

#organization_id::String

Returns the value of attribute organization_id.

Returns:

  • (::String)


32
33
34
# File 'sig/types.rbs', line 32

def organization_id
  @organization_id
end

#principal::String

Returns the value of attribute principal.

Returns:

  • (::String)


31
32
33
# File 'sig/types.rbs', line 31

def principal
  @principal
end

#revision_id::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


33
34
35
# File 'sig/types.rbs', line 33

def revision_id
  @revision_id
end

#statement_id::String

Returns the value of attribute statement_id.

Returns:

  • (::String)


29
30
31
# File 'sig/types.rbs', line 29

def statement_id
  @statement_id
end

#version_number::Integer

Returns the value of attribute version_number.

Returns:

  • (::Integer)


28
29
30
# File 'sig/types.rbs', line 28

def version_number
  @version_number
end