Class: Aws::Types::DnsRequestAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#blockedBoolean

Returns the value of attribute blocked.

Returns:

  • (Boolean)


969
970
971
# File 'sig/types.rbs', line 969

def blocked
  @blocked
end

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


967
968
969
# File 'sig/types.rbs', line 967

def domain
  @domain
end

#domain_with_suffix::String

Returns the value of attribute domain_with_suffix.

Returns:

  • (::String)


970
971
972
# File 'sig/types.rbs', line 970

def domain_with_suffix
  @domain_with_suffix
end

#protocol::String

Returns the value of attribute protocol.

Returns:

  • (::String)


968
969
970
# File 'sig/types.rbs', line 968

def protocol
  @protocol
end

#vpc_owner_account_id::String

Returns the value of attribute vpc_owner_account_id.

Returns:

  • (::String)


971
972
973
# File 'sig/types.rbs', line 971

def 
  
end