Class: Aws::Neptune::Types::RemoveRoleFromDBClusterMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_identifierString

The name of the DB cluster to disassociate the IAM role from.

Returns:

  • (String)


7179
7180
7181
7182
7183
7184
7185
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 7179

class RemoveRoleFromDBClusterMessage < Struct.new(
  :db_cluster_identifier,
  :role_arn,
  :feature_name)
  SENSITIVE = []
  include Aws::Structure
end

#feature_nameString

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 DescribeDBEngineVersions.

Returns:

  • (String)


7179
7180
7181
7182
7183
7184
7185
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 7179

class RemoveRoleFromDBClusterMessage < Struct.new(
  :db_cluster_identifier,
  :role_arn,
  :feature_name)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of the IAM role to disassociate from the DB cluster, for example arn:aws:iam::123456789012:role/NeptuneAccessRole.

Returns:

  • (String)


7179
7180
7181
7182
7183
7184
7185
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 7179

class RemoveRoleFromDBClusterMessage < Struct.new(
  :db_cluster_identifier,
  :role_arn,
  :feature_name)
  SENSITIVE = []
  include Aws::Structure
end