Class: Aws::Types::PutMetadataFlagRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_id ⇒ ::String

Returns the value of attribute app_id.

Returns:

  • (::String)


755
756
757
# File 'sig/types.rbs', line 755

def app_id
  @app_id
end

#body ⇒ Types::PutMetadataFlagBody

Returns the value of attribute body.



758
759
760
# File 'sig/types.rbs', line 758

def body
  @body
end

#environment_name ⇒ ::String

Returns the value of attribute environment_name.

Returns:

  • (::String)


756
757
758
# File 'sig/types.rbs', line 756

def environment_name
  @environment_name
end

#feature_name ⇒ ::String

Returns the value of attribute feature_name.

Returns:

  • (::String)


757
758
759
# File 'sig/types.rbs', line 757

def feature_name
  @feature_name
end