Class: Aws::Types::CreateConfigurationProfileRequest

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)


148
149
150
# File 'sig/types.rbs', line 148

def application_id
  @application_id
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


150
151
152
# File 'sig/types.rbs', line 150

def description
  @description
end

#kms_key_identifier ⇒ ::String

Returns the value of attribute kms_key_identifier.

Returns:

  • (::String)


156
157
158
# File 'sig/types.rbs', line 156

def kms_key_identifier
  @kms_key_identifier
end

#location_uri ⇒ ::String

Returns the value of attribute location_uri.

Returns:

  • (::String)


151
152
153
# File 'sig/types.rbs', line 151

def location_uri
  @location_uri
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


149
150
151
# File 'sig/types.rbs', line 149

def name
  @name
end

#retrieval_role_arn ⇒ ::String

Returns the value of attribute retrieval_role_arn.

Returns:

  • (::String)


152
153
154
# File 'sig/types.rbs', line 152

def retrieval_role_arn
  @retrieval_role_arn
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


154
155
156
# File 'sig/types.rbs', line 154

def tags
  @tags
end

#type ⇒ ::String

Returns the value of attribute type.

Returns:

  • (::String)


155
156
157
# File 'sig/types.rbs', line 155

def type
  @type
end

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

Returns the value of attribute validators.

Returns:



153
154
155
# File 'sig/types.rbs', line 153

def validators
  @validators
end