Class: Aws::Types::DBInstanceRole

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#feature_name::String

Returns the value of attribute feature_name.

Returns:

  • (::String)


1367
1368
1369
# File 'sig/types.rbs', line 1367

def feature_name
  @feature_name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1366
1367
1368
# File 'sig/types.rbs', line 1366

def role_arn
  @role_arn
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


1368
1369
1370
# File 'sig/types.rbs', line 1368

def status
  @status
end