Class: Aws::Types::CreateServiceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#associated_systems::Array[Types::AssociatedSystem]

Returns the value of attribute associated_systems.

Returns:



177
178
179
# File 'sig/types.rbs', line 177

def associated_systems
  @associated_systems
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


185
186
187
# File 'sig/types.rbs', line 185

def client_token
  @client_token
end

#dependency_discovery"ENABLED", "DISABLED"

Returns the value of attribute dependency_discovery.

Returns:

  • ("ENABLED", "DISABLED")


181
182
183
# File 'sig/types.rbs', line 181

def dependency_discovery
  @dependency_discovery
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


176
177
178
# File 'sig/types.rbs', line 176

def description
  @description
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


183
184
185
# File 'sig/types.rbs', line 183

def kms_key_id
  @kms_key_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


175
176
177
# File 'sig/types.rbs', line 175

def name
  @name
end

#permission_modelTypes::PermissionModel

Returns the value of attribute permission_model.



180
181
182
# File 'sig/types.rbs', line 180

def permission_model
  @permission_model
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


178
179
180
# File 'sig/types.rbs', line 178

def policy_arn
  @policy_arn
end

#regions::Array[::String]

Returns the value of attribute regions.

Returns:

  • (::Array[::String])


179
180
181
# File 'sig/types.rbs', line 179

def regions
  @regions
end

#report_configurationTypes::ServiceReportConfiguration

Returns the value of attribute report_configuration.



182
183
184
# File 'sig/types.rbs', line 182

def report_configuration
  @report_configuration
end

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

Returns the value of attribute tags.

Returns:

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


184
185
186
# File 'sig/types.rbs', line 184

def tags
  @tags
end