Class: Aws::Types::UpdateConfigurationRequest

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)


1650
1651
1652
# File 'sig/types.rbs', line 1650

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1651
1652
1653
# File 'sig/types.rbs', line 1651

def description
  @description
end

#server_properties::String

Returns the value of attribute server_properties.

Returns:

  • (::String)


1652
1653
1654
# File 'sig/types.rbs', line 1652

def server_properties
  @server_properties
end