Class: Aws::Types::ManagedServices
- Inherits:
-
Object
- Object
- Aws::Types::ManagedServices
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cross_region_s3_restore_sources_access ⇒ ::Array[Types::CrossRegionS3RestoreSourcesAccess]
Returns the value of attribute cross_region_s3_restore_sources_access.
-
#kms_access ⇒ Types::KmsAccess
Returns the value of attribute kms_access.
-
#managed_s3_backup_access ⇒ Types::ManagedS3BackupAccess
Returns the value of attribute managed_s3_backup_access.
-
#managed_services_ipv_4_cidrs ⇒ ::Array[::String]
Returns the value of attribute managed_services_ipv_4_cidrs.
-
#resource_gateway_arn ⇒ ::String
Returns the value of attribute resource_gateway_arn.
-
#s3_access ⇒ Types::S3Access
Returns the value of attribute s3_access.
-
#service_network_arn ⇒ ::String
Returns the value of attribute service_network_arn.
-
#service_network_endpoint ⇒ Types::ServiceNetworkEndpoint
Returns the value of attribute service_network_endpoint.
-
#sts_access ⇒ Types::StsAccess
Returns the value of attribute sts_access.
-
#zero_etl_access ⇒ Types::ZeroEtlAccess
Returns the value of attribute zero_etl_access.
Instance Attribute Details
#cross_region_s3_restore_sources_access ⇒ ::Array[Types::CrossRegionS3RestoreSourcesAccess]
Returns the value of attribute cross_region_s3_restore_sources_access.
2085 2086 2087 |
# File 'sig/types.rbs', line 2085 def cross_region_s3_restore_sources_access @cross_region_s3_restore_sources_access end |
#kms_access ⇒ Types::KmsAccess
Returns the value of attribute kms_access.
2084 2085 2086 |
# File 'sig/types.rbs', line 2084 def kms_access @kms_access end |
#managed_s3_backup_access ⇒ Types::ManagedS3BackupAccess
Returns the value of attribute managed_s3_backup_access.
2080 2081 2082 |
# File 'sig/types.rbs', line 2080 def managed_s3_backup_access @managed_s3_backup_access end |
#managed_services_ipv_4_cidrs ⇒ ::Array[::String]
Returns the value of attribute managed_services_ipv_4_cidrs.
2078 2079 2080 |
# File 'sig/types.rbs', line 2078 def managed_services_ipv_4_cidrs @managed_services_ipv_4_cidrs end |
#resource_gateway_arn ⇒ ::String
Returns the value of attribute resource_gateway_arn.
2077 2078 2079 |
# File 'sig/types.rbs', line 2077 def resource_gateway_arn @resource_gateway_arn end |
#s3_access ⇒ Types::S3Access
Returns the value of attribute s3_access.
2082 2083 2084 |
# File 'sig/types.rbs', line 2082 def s3_access @s3_access end |
#service_network_arn ⇒ ::String
Returns the value of attribute service_network_arn.
2076 2077 2078 |
# File 'sig/types.rbs', line 2076 def service_network_arn @service_network_arn end |
#service_network_endpoint ⇒ Types::ServiceNetworkEndpoint
Returns the value of attribute service_network_endpoint.
2079 2080 2081 |
# File 'sig/types.rbs', line 2079 def service_network_endpoint @service_network_endpoint end |
#sts_access ⇒ Types::StsAccess
Returns the value of attribute sts_access.
2083 2084 2085 |
# File 'sig/types.rbs', line 2083 def sts_access @sts_access end |
#zero_etl_access ⇒ Types::ZeroEtlAccess
Returns the value of attribute zero_etl_access.
2081 2082 2083 |
# File 'sig/types.rbs', line 2081 def zero_etl_access @zero_etl_access end |