Class: Aws::Types::ReplacePermissionAssociationsRequest

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.



546
547
548
# File 'sig/types.rbs', line 546

def client_token
  @client_token
end

#from_permission_arn::String

Returns the value of attribute from_permission_arn.



543
544
545
# File 'sig/types.rbs', line 543

def from_permission_arn
  @from_permission_arn
end

#from_permission_version::Integer

Returns the value of attribute from_permission_version.



544
545
546
# File 'sig/types.rbs', line 544

def from_permission_version
  @from_permission_version
end

#to_permission_arn::String

Returns the value of attribute to_permission_arn.



545
546
547
# File 'sig/types.rbs', line 545

def to_permission_arn
  @to_permission_arn
end