Class: Aws::Types::GetConfigurationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application ⇒ ::String

Returns the value of attribute application.

Returns:

  • (::String)


561
562
563
# File 'sig/types.rbs', line 561

def application
  @application
end

#client_configuration_version ⇒ ::String

Returns the value of attribute client_configuration_version.

Returns:

  • (::String)


565
566
567
# File 'sig/types.rbs', line 565

def client_configuration_version
  @client_configuration_version
end

#client_id ⇒ ::String

Returns the value of attribute client_id.

Returns:

  • (::String)


564
565
566
# File 'sig/types.rbs', line 564

def client_id
  @client_id
end

#configuration ⇒ ::String

Returns the value of attribute configuration.

Returns:

  • (::String)


563
564
565
# File 'sig/types.rbs', line 563

def configuration
  @configuration
end

#environment ⇒ ::String

Returns the value of attribute environment.

Returns:

  • (::String)


562
563
564
# File 'sig/types.rbs', line 562

def environment
  @environment
end