RoleUsageType
public struct RoleUsageType : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the Region where the service-linked role is being used.
Declaration
Swift
public let region: String?
-
The name of the resource that is using the service-linked role.
Declaration
Swift
public let resources: [String]?
-
Undocumented
Declaration
Swift
public init(region: String? = nil, resources: [String]? = nil)