Class: Aws::Types::DescribeConfigurationTemplatesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_destination_types::Array[("S3" | "CWL" | "FH" | "XRAY")]

Returns the value of attribute delivery_destination_types.

Returns:

  • (::Array[("S3" | "CWL" | "FH" | "XRAY")])


510
511
512
# File 'sig/types.rbs', line 510

def delivery_destination_types
  @delivery_destination_types
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


512
513
514
# File 'sig/types.rbs', line 512

def limit
  @limit
end

#log_types::Array[::String]

Returns the value of attribute log_types.

Returns:

  • (::Array[::String])


508
509
510
# File 'sig/types.rbs', line 508

def log_types
  @log_types
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


511
512
513
# File 'sig/types.rbs', line 511

def next_token
  @next_token
end

#resource_types::Array[::String]

Returns the value of attribute resource_types.

Returns:

  • (::Array[::String])


509
510
511
# File 'sig/types.rbs', line 509

def resource_types
  @resource_types
end

#service::String

Returns the value of attribute service.

Returns:

  • (::String)


507
508
509
# File 'sig/types.rbs', line 507

def service
  @service
end