Class: Aws::Types::ServiceStatus
- Inherits:
-
Object
- Object
- Aws::Types::ServiceStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cross_account_discovery ⇒ Types::CrossAccountDiscoveryServiceStatus
Returns the value of attribute cross_account_discovery.
-
#cross_region_discovery ⇒ Types::CrossRegionDiscoveryStatus
Returns the value of attribute cross_region_discovery.
Instance Attribute Details
#cross_account_discovery ⇒ Types::CrossAccountDiscoveryServiceStatus
Returns the value of attribute cross_account_discovery.
1273 1274 1275 |
# File 'sig/types.rbs', line 1273 def cross_account_discovery @cross_account_discovery end |
#cross_region_discovery ⇒ Types::CrossRegionDiscoveryStatus
Returns the value of attribute cross_region_discovery.
1274 1275 1276 |
# File 'sig/types.rbs', line 1274 def cross_region_discovery @cross_region_discovery end |