Class: Aws::Types::CreateDBSecurityGroupMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_security_group_description::String

Returns the value of attribute db_security_group_description.

Returns:

  • (::String)


671
672
673
# File 'sig/types.rbs', line 671

def db_security_group_description
  @db_security_group_description
end

#db_security_group_name::String

Returns the value of attribute db_security_group_name.

Returns:

  • (::String)


670
671
672
# File 'sig/types.rbs', line 670

def db_security_group_name
  @db_security_group_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



672
673
674
# File 'sig/types.rbs', line 672

def tags
  @tags
end