Class GetServiceSettingRequest

    • Method Detail

      • settingId

        public final String settingId()

        The ID of the service setting to get. The setting ID can be one of the following.

        • /ssm/managed-instance/default-ec2-instance-management-role

        • /ssm/automation/customer-script-log-destination

        • /ssm/automation/customer-script-log-group-name

        • /ssm/documents/console/public-sharing-permission

        • /ssm/managed-instance/activation-tier

        • /ssm/opsinsights/opscenter

        • /ssm/parameter-store/default-parameter-tier

        • /ssm/parameter-store/high-throughput-enabled

        Returns:
        The ID of the service setting to get. The setting ID can be one of the following.

        • /ssm/managed-instance/default-ec2-instance-management-role

        • /ssm/automation/customer-script-log-destination

        • /ssm/automation/customer-script-log-group-name

        • /ssm/documents/console/public-sharing-permission

        • /ssm/managed-instance/activation-tier

        • /ssm/opsinsights/opscenter

        • /ssm/parameter-store/default-parameter-tier

        • /ssm/parameter-store/high-throughput-enabled

      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object