Class: Aws::Types::CacheSecurityGroup

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


230
231
232
# File 'sig/types.rbs', line 230

def arn
  @arn
end

#cache_security_group_name::String

Returns the value of attribute cache_security_group_name.

Returns:

  • (::String)


227
228
229
# File 'sig/types.rbs', line 227

def cache_security_group_name
  @cache_security_group_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


228
229
230
# File 'sig/types.rbs', line 228

def description
  @description
end

#ec2_security_groups::Array[Types::EC2SecurityGroup]

Returns the value of attribute ec2_security_groups.

Returns:



229
230
231
# File 'sig/types.rbs', line 229

def ec2_security_groups
  @ec2_security_groups
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


226
227
228
# File 'sig/types.rbs', line 226

def owner_id
  @owner_id
end