Class: Aws::Types::GetTransformerResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Integer

Returns the value of attribute creation_time.

Returns:

  • (::Integer)


1116
1117
1118
# File 'sig/types.rbs', line 1116

def creation_time
  @creation_time
end

#last_modified_time::Integer

Returns the value of attribute last_modified_time.

Returns:

  • (::Integer)


1117
1118
1119
# File 'sig/types.rbs', line 1117

def last_modified_time
  @last_modified_time
end

#log_group_identifier::String

Returns the value of attribute log_group_identifier.

Returns:

  • (::String)


1115
1116
1117
# File 'sig/types.rbs', line 1115

def log_group_identifier
  @log_group_identifier
end

#transformer_config::Array[Types::Processor]

Returns the value of attribute transformer_config.

Returns:



1118
1119
1120
# File 'sig/types.rbs', line 1118

def transformer_config
  @transformer_config
end