Class: Aws::Types::ListSyslogConfigurationsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#log_group_identifier::String

Returns the value of attribute log_group_identifier.

Returns:

  • (::String)


1338
1339
1340
# File 'sig/types.rbs', line 1338

def log_group_identifier
  @log_group_identifier
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1341
1342
1343
# File 'sig/types.rbs', line 1341

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1340
1341
1342
# File 'sig/types.rbs', line 1340

def next_token
  @next_token
end

#vpc_endpoint_id::String

Returns the value of attribute vpc_endpoint_id.

Returns:

  • (::String)


1339
1340
1341
# File 'sig/types.rbs', line 1339

def vpc_endpoint_id
  @vpc_endpoint_id
end