Class: Aws::Types::UpdateConfigurationProfileRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id ⇒ ::String

Returns the value of attribute application_id.

Returns:

  • (::String)


885
886
887
# File 'sig/types.rbs', line 885

def application_id
  @application_id
end

#configuration_profile_id ⇒ ::String

Returns the value of attribute configuration_profile_id.

Returns:

  • (::String)


886
887
888
# File 'sig/types.rbs', line 886

def configuration_profile_id
  @configuration_profile_id
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


888
889
890
# File 'sig/types.rbs', line 888

def description
  @description
end

#kms_key_identifier ⇒ ::String

Returns the value of attribute kms_key_identifier.

Returns:

  • (::String)


891
892
893
# File 'sig/types.rbs', line 891

def kms_key_identifier
  @kms_key_identifier
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


887
888
889
# File 'sig/types.rbs', line 887

def name
  @name
end

#retrieval_role_arn ⇒ ::String

Returns the value of attribute retrieval_role_arn.

Returns:

  • (::String)


889
890
891
# File 'sig/types.rbs', line 889

def retrieval_role_arn
  @retrieval_role_arn
end

#validators ⇒ ::Array[Types::Validator]

Returns the value of attribute validators.

Returns:



890
891
892
# File 'sig/types.rbs', line 890

def validators
  @validators
end