Class: Aws::Types::ApplicationSettingsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


143
144
145
# File 'sig/types.rbs', line 143

def enabled
  @enabled
end

#s3_bucket_name::String

Returns the value of attribute s3_bucket_name.

Returns:

  • (::String)


145
146
147
# File 'sig/types.rbs', line 145

def s3_bucket_name
  @s3_bucket_name
end

#settings_group::String

Returns the value of attribute settings_group.

Returns:

  • (::String)


144
145
146
# File 'sig/types.rbs', line 144

def settings_group
  @settings_group
end