Class: Aws::Types::CreateServiceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateServiceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associated_systems ⇒ ::Array[Types::AssociatedSystem]
Returns the value of attribute associated_systems.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#dependency_discovery ⇒ "ENABLED", "DISABLED"
Returns the value of attribute dependency_discovery.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#permission_model ⇒ Types::PermissionModel
Returns the value of attribute permission_model.
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
-
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
-
#report_configuration ⇒ Types::ServiceReportConfiguration
Returns the value of attribute report_configuration.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#associated_systems ⇒ ::Array[Types::AssociatedSystem]
Returns the value of attribute associated_systems.
184 185 186 |
# File 'sig/types.rbs', line 184 def associated_systems @associated_systems end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
192 193 194 |
# File 'sig/types.rbs', line 192 def client_token @client_token end |
#dependency_discovery ⇒ "ENABLED", "DISABLED"
Returns the value of attribute dependency_discovery.
188 189 190 |
# File 'sig/types.rbs', line 188 def dependency_discovery @dependency_discovery end |
#description ⇒ ::String
Returns the value of attribute description.
183 184 185 |
# File 'sig/types.rbs', line 183 def description @description end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
190 191 192 |
# File 'sig/types.rbs', line 190 def kms_key_id @kms_key_id end |
#name ⇒ ::String
Returns the value of attribute name.
182 183 184 |
# File 'sig/types.rbs', line 182 def name @name end |
#permission_model ⇒ Types::PermissionModel
Returns the value of attribute permission_model.
187 188 189 |
# File 'sig/types.rbs', line 187 def @permission_model end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
185 186 187 |
# File 'sig/types.rbs', line 185 def policy_arn @policy_arn end |
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
186 187 188 |
# File 'sig/types.rbs', line 186 def regions @regions end |
#report_configuration ⇒ Types::ServiceReportConfiguration
Returns the value of attribute report_configuration.
189 190 191 |
# File 'sig/types.rbs', line 189 def report_configuration @report_configuration end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
191 192 193 |
# File 'sig/types.rbs', line 191 def @tags end |