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.
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.
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.
181 182 183 |
# File 'sig/types.rbs', line 181 def dependency_discovery @dependency_discovery end |
#description ⇒ ::String
Returns the value of attribute description.
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.
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.
175 176 177 |
# File 'sig/types.rbs', line 175 def name @name end |
#permission_model ⇒ Types::PermissionModel
Returns the value of attribute permission_model.
180 181 182 |
# File 'sig/types.rbs', line 180 def @permission_model end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
178 179 180 |
# File 'sig/types.rbs', line 178 def policy_arn @policy_arn end |
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
179 180 181 |
# File 'sig/types.rbs', line 179 def regions @regions end |
#report_configuration ⇒ Types::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.
184 185 186 |
# File 'sig/types.rbs', line 184 def @tags end |