Class: Aws::Types::ServiceSetting

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)


4088
4089
4090
# File 'sig/types.rbs', line 4088

def arn
  @arn
end

#last_modified_date::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


4086
4087
4088
# File 'sig/types.rbs', line 4086

def last_modified_date
  @last_modified_date
end

#last_modified_user::String

Returns the value of attribute last_modified_user.

Returns:

  • (::String)


4087
4088
4089
# File 'sig/types.rbs', line 4087

def last_modified_user
  @last_modified_user
end

#setting_id::String

Returns the value of attribute setting_id.

Returns:

  • (::String)


4084
4085
4086
# File 'sig/types.rbs', line 4084

def setting_id
  @setting_id
end

#setting_value::String

Returns the value of attribute setting_value.

Returns:

  • (::String)


4085
4086
4087
# File 'sig/types.rbs', line 4085

def setting_value
  @setting_value
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


4089
4090
4091
# File 'sig/types.rbs', line 4089

def status
  @status
end