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.



1531
1532
1533
# File 'sig/types.rbs', line 1531

def system_created
  @system_created
end

#system_deletedTypes::SystemDeletedMetadata

Returns the value of attribute system_deleted.



1532
1533
1534
# File 'sig/types.rbs', line 1532

def system_deleted
  @system_deleted
end

#system_policy_associatedTypes::SystemPolicyAssociatedMetadata

Returns the value of attribute system_policy_associated.



1538
1539
1540
# File 'sig/types.rbs', line 1538

def system_policy_associated
  @system_policy_associated
end

#system_policy_disassociatedTypes::SystemPolicyDisassociatedMetadata

Returns the value of attribute system_policy_disassociated.



1539
1540
1541
# File 'sig/types.rbs', line 1539

def system_policy_disassociated
  @system_policy_disassociated
end

#system_service_associatedTypes::SystemServiceAssociatedMetadata

Returns the value of attribute system_service_associated.



1536
1537
1538
# File 'sig/types.rbs', line 1536

def system_service_associated
  @system_service_associated
end

#system_service_disassociatedTypes::SystemServiceDisassociatedMetadata

Returns the value of attribute system_service_disassociated.



1537
1538
1539
# File 'sig/types.rbs', line 1537

def system_service_disassociated
  @system_service_disassociated
end

#system_user_journey_createdTypes::SystemUserJourneyCreatedMetadata

Returns the value of attribute system_user_journey_created.



1533
1534
1535
# File 'sig/types.rbs', line 1533

def system_user_journey_created
  @system_user_journey_created
end

#system_user_journey_deletedTypes::SystemUserJourneyDeletedMetadata

Returns the value of attribute system_user_journey_deleted.



1535
1536
1537
# File 'sig/types.rbs', line 1535

def system_user_journey_deleted
  @system_user_journey_deleted
end

#system_user_journey_updatedTypes::SystemUserJourneyUpdatedMetadata

Returns the value of attribute system_user_journey_updated.



1534
1535
1536
# File 'sig/types.rbs', line 1534

def system_user_journey_updated
  @system_user_journey_updated
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1540
1541
1542
# File 'sig/types.rbs', line 1540

def unknown
  @unknown
end