Class: Aws::Types::ResourceShareInvitation

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#invitation_timestamp::Time

Returns the value of attribute invitation_timestamp.



626
627
628
# File 'sig/types.rbs', line 626

def invitation_timestamp
  @invitation_timestamp
end

#receiver_account_id::String

Returns the value of attribute receiver_account_id.



625
626
627
# File 'sig/types.rbs', line 625

def 
  
end

#receiver_arn::String

Returns the value of attribute receiver_arn.



629
630
631
# File 'sig/types.rbs', line 629

def receiver_arn
  @receiver_arn
end

#resource_share_arn::String

Returns the value of attribute resource_share_arn.



623
624
625
# File 'sig/types.rbs', line 623

def resource_share_arn
  @resource_share_arn
end

#resource_share_associations::Array[Types::ResourceShareAssociation]

Returns the value of attribute resource_share_associations.



628
629
630
# File 'sig/types.rbs', line 628

def resource_share_associations
  @resource_share_associations
end

#resource_share_invitation_arn::String

Returns the value of attribute resource_share_invitation_arn.



621
622
623
# File 'sig/types.rbs', line 621

def resource_share_invitation_arn
  @resource_share_invitation_arn
end

#resource_share_name::String

Returns the value of attribute resource_share_name.



622
623
624
# File 'sig/types.rbs', line 622

def resource_share_name
  @resource_share_name
end

#sender_account_id::String

Returns the value of attribute sender_account_id.



624
625
626
# File 'sig/types.rbs', line 624

def 
  
end

#status"PENDING", ...

Returns the value of attribute status.



627
628
629
# File 'sig/types.rbs', line 627

def status
  @status
end