Class: Aws::Types::SystemEventMetadata

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

Defined Under Namespace

Classes: SystemCreated, SystemDeleted, SystemPolicyAssociated, SystemPolicyDisassociated, SystemServiceAssociated, SystemServiceDisassociated, SystemUserJourneyCreated, SystemUserJourneyDeleted, SystemUserJourneyUpdated, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#system_createdTypes::SystemCreatedMetadata

Returns the value of attribute system_created.



1581
1582
1583
# File 'sig/types.rbs', line 1581

def system_created
  @system_created
end

#system_deletedTypes::SystemDeletedMetadata

Returns the value of attribute system_deleted.



1582
1583
1584
# File 'sig/types.rbs', line 1582

def system_deleted
  @system_deleted
end

#system_policy_associatedTypes::SystemPolicyAssociatedMetadata

Returns the value of attribute system_policy_associated.



1588
1589
1590
# File 'sig/types.rbs', line 1588

def system_policy_associated
  @system_policy_associated
end

#system_policy_disassociatedTypes::SystemPolicyDisassociatedMetadata

Returns the value of attribute system_policy_disassociated.



1589
1590
1591
# File 'sig/types.rbs', line 1589

def system_policy_disassociated
  @system_policy_disassociated
end

#system_service_associatedTypes::SystemServiceAssociatedMetadata

Returns the value of attribute system_service_associated.



1586
1587
1588
# File 'sig/types.rbs', line 1586

def system_service_associated
  @system_service_associated
end

#system_service_disassociatedTypes::SystemServiceDisassociatedMetadata

Returns the value of attribute system_service_disassociated.



1587
1588
1589
# File 'sig/types.rbs', line 1587

def system_service_disassociated
  @system_service_disassociated
end

#system_user_journey_createdTypes::SystemUserJourneyCreatedMetadata

Returns the value of attribute system_user_journey_created.



1583
1584
1585
# File 'sig/types.rbs', line 1583

def system_user_journey_created
  @system_user_journey_created
end

#system_user_journey_deletedTypes::SystemUserJourneyDeletedMetadata

Returns the value of attribute system_user_journey_deleted.



1585
1586
1587
# File 'sig/types.rbs', line 1585

def system_user_journey_deleted
  @system_user_journey_deleted
end

#system_user_journey_updatedTypes::SystemUserJourneyUpdatedMetadata

Returns the value of attribute system_user_journey_updated.



1584
1585
1586
# File 'sig/types.rbs', line 1584

def system_user_journey_updated
  @system_user_journey_updated
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1590
1591
1592
# File 'sig/types.rbs', line 1590

def unknown
  @unknown
end