You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Neptune::Types::RemoveRoleFromDBClusterMessage
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Neptune::Types::RemoveRoleFromDBClusterMessage
 
- Defined in:
- (unknown)
Overview
When passing RemoveRoleFromDBClusterMessage as input to an Aws::Client method, you can use a vanilla Hash:
{
  db_cluster_identifier: "String", # required
  role_arn: "String", # required
  feature_name: "String",
}
Instance Attribute Summary collapse
- 
  
    
      #db_cluster_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the DB cluster to disassociate the IAM role from. 
- 
  
    
      #feature_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the feature for the DB cluster that the IAM role is to be disassociated from. 
- 
  
    
      #role_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the IAM role to disassociate from the DB cluster, for example arn:aws:iam::123456789012:role/NeptuneAccessRole.
Instance Attribute Details
#db_cluster_identifier ⇒ String
The name of the DB cluster to disassociate the IAM role from.
#feature_name ⇒ String
The name of the feature for the DB cluster that the IAM role is to be disassociated from. For the list of supported feature names, see DBEngineVersion.
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role to disassociate from the
DB cluster, for example
arn:aws:iam::123456789012:role/NeptuneAccessRole.