Class: Aws::Types::UserAccessLoggingSettingsSummary
- Inherits:
-
Object
- Object
- Aws::Types::UserAccessLoggingSettingsSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kinesis_stream_arn ⇒ ::String
Returns the value of attribute kinesis_stream_arn.
-
#user_access_logging_settings_arn ⇒ ::String
Returns the value of attribute user_access_logging_settings_arn.
Instance Attribute Details
#kinesis_stream_arn ⇒ ::String
Returns the value of attribute kinesis_stream_arn.
1301 1302 1303 |
# File 'sig/types.rbs', line 1301 def kinesis_stream_arn @kinesis_stream_arn end |
#user_access_logging_settings_arn ⇒ ::String
Returns the value of attribute user_access_logging_settings_arn.
1300 1301 1302 |
# File 'sig/types.rbs', line 1300 def user_access_logging_settings_arn @user_access_logging_settings_arn end |