Class: Aws::Types::AuthorizeCacheSecurityGroupIngressMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cache_security_group_name::String

Returns the value of attribute cache_security_group_name.

Returns:

  • (::String)


45
46
47
# File 'sig/types.rbs', line 45

def cache_security_group_name
  @cache_security_group_name
end

#ec2_security_group_name::String

Returns the value of attribute ec2_security_group_name.

Returns:

  • (::String)


46
47
48
# File 'sig/types.rbs', line 46

def ec2_security_group_name
  @ec2_security_group_name
end

#ec2_security_group_owner_id::String

Returns the value of attribute ec2_security_group_owner_id.

Returns:

  • (::String)


47
48
49
# File 'sig/types.rbs', line 47

def ec2_security_group_owner_id
  @ec2_security_group_owner_id
end