Class: Aws::Types::RecordingConfigurationSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


627
628
629
# File 'sig/types.rbs', line 627

def arn
  @arn
end

#destination_configurationTypes::DestinationConfiguration

Returns the value of attribute destination_configuration.



629
630
631
# File 'sig/types.rbs', line 629

def destination_configuration
  @destination_configuration
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


628
629
630
# File 'sig/types.rbs', line 628

def name
  @name
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

  • ("CREATING", "CREATE_FAILED", "ACTIVE")


630
631
632
# File 'sig/types.rbs', line 630

def state
  @state
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


631
632
633
# File 'sig/types.rbs', line 631

def tags
  @tags
end