Class: Aws::Types::UpdateServiceRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateServiceRequest
- 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.
-
#dependency_discovery ⇒ "ENABLED", "DISABLED"
Returns the value of attribute dependency_discovery.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#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.
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
Instance Attribute Details
#associated_systems ⇒ ::Array[Types::AssociatedSystem]
Returns the value of attribute associated_systems.
1916 1917 1918 |
# File 'sig/types.rbs', line 1916 def associated_systems @associated_systems end |
#dependency_discovery ⇒ "ENABLED", "DISABLED"
Returns the value of attribute dependency_discovery.
1920 1921 1922 |
# File 'sig/types.rbs', line 1920 def dependency_discovery @dependency_discovery end |
#description ⇒ ::String
Returns the value of attribute description.
1915 1916 1917 |
# File 'sig/types.rbs', line 1915 def description @description end |
#permission_model ⇒ Types::PermissionModel
Returns the value of attribute permission_model.
1919 1920 1921 |
# File 'sig/types.rbs', line 1919 def @permission_model end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
1917 1918 1919 |
# File 'sig/types.rbs', line 1917 def policy_arn @policy_arn end |
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
1918 1919 1920 |
# File 'sig/types.rbs', line 1918 def regions @regions end |
#report_configuration ⇒ Types::ServiceReportConfiguration
Returns the value of attribute report_configuration.
1921 1922 1923 |
# File 'sig/types.rbs', line 1921 def report_configuration @report_configuration end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
1914 1915 1916 |
# File 'sig/types.rbs', line 1914 def service_arn @service_arn end |