Class: Aws::Types::CreatePermissionVersionRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.



94
95
96
# File 'sig/types.rbs', line 94

def client_token
  @client_token
end

#permission_arn::String

Returns the value of attribute permission_arn.



92
93
94
# File 'sig/types.rbs', line 92

def permission_arn
  @permission_arn
end

#policy_template::String

Returns the value of attribute policy_template.



93
94
95
# File 'sig/types.rbs', line 93

def policy_template
  @policy_template
end