Class: Aws::Types::ReplacePermissionAssociationsWork

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.



564
565
566
# File 'sig/types.rbs', line 564

def creation_time
  @creation_time
end

#from_permission_arn::String

Returns the value of attribute from_permission_arn.



558
559
560
# File 'sig/types.rbs', line 558

def from_permission_arn
  @from_permission_arn
end

#from_permission_version::String

Returns the value of attribute from_permission_version.



559
560
561
# File 'sig/types.rbs', line 559

def from_permission_version
  @from_permission_version
end

#id::String

Returns the value of attribute id.



557
558
559
# File 'sig/types.rbs', line 557

def id
  @id
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.



565
566
567
# File 'sig/types.rbs', line 565

def last_updated_time
  @last_updated_time
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.



562
563
564
# File 'sig/types.rbs', line 562

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.



563
564
565
# File 'sig/types.rbs', line 563

def status_message
  @status_message
end

#to_permission_arn::String

Returns the value of attribute to_permission_arn.



560
561
562
# File 'sig/types.rbs', line 560

def to_permission_arn
  @to_permission_arn
end

#to_permission_version::String

Returns the value of attribute to_permission_version.



561
562
563
# File 'sig/types.rbs', line 561

def to_permission_version
  @to_permission_version
end