Class: Aws::Types::AccessorSummary

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)


33
34
35
# File 'sig/types.rbs', line 33

def arn
  @arn
end

#creation_date ⇒ ::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


32
33
34
# File 'sig/types.rbs', line 32

def creation_date
  @creation_date
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


29
30
31
# File 'sig/types.rbs', line 29

def id
  @id
end

#network_type ⇒ "ETHEREUM_GOERLI", ...

Returns the value of attribute network_type.

Returns:

  • ("ETHEREUM_GOERLI", "ETHEREUM_MAINNET", "ETHEREUM_MAINNET_AND_GOERLI", "POLYGON_MAINNET", "POLYGON_MUMBAI")


34
35
36
# File 'sig/types.rbs', line 34

def network_type
  @network_type
end

#status ⇒ "AVAILABLE", ...

Returns the value of attribute status.

Returns:

  • ("AVAILABLE", "PENDING_DELETION", "DELETED")


31
32
33
# File 'sig/types.rbs', line 31

def status
  @status
end

#type ⇒ "BILLING_TOKEN"

Returns the value of attribute type.

Returns:

  • ("BILLING_TOKEN")


30
31
32
# File 'sig/types.rbs', line 30

def type
  @type
end